DataGridColumn.DataGridOwner Property

Definition

Gets the DataGrid control that contains this column.

protected public:
 property System::Windows::Controls::DataGrid ^ DataGridOwner { System::Windows::Controls::DataGrid ^ get(); };
protected internal System.Windows.Controls.DataGrid DataGridOwner { get; }
member this.DataGridOwner : System.Windows.Controls.DataGrid
Protected Friend ReadOnly Property DataGridOwner As DataGrid

Property Value

The DataGrid control that contains this column.

Applies to