DataGridAutoGeneratingColumnEventArgs.PropertyName Property

Definition

Gets the name of the property bound to the generated column.

public:
 property System::String ^ PropertyName { System::String ^ get(); };
public string PropertyName { get; }
member this.PropertyName : string
Public ReadOnly Property PropertyName As String

Property Value

The name of the property bound to the generated column.

Applies to