DataGridAutoGeneratingColumnEventArgs.Column Właściwość

Definicja

Pobiera lub ustawia wygenerowaną kolumnę.

public:
 property System::Windows::Controls::DataGridColumn ^ Column { System::Windows::Controls::DataGridColumn ^ get(); void set(System::Windows::Controls::DataGridColumn ^ value); };
public System.Windows.Controls.DataGridColumn Column { get; set; }
member this.Column : System.Windows.Controls.DataGridColumn with get, set
Public Property Column As DataGridColumn

Wartość właściwości

DataGridColumn

Wygenerowana kolumna.

Uwagi

Właściwość Column może służyć do modyfikowania właściwości kolumny, która jest generowana.

Dotyczy