DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Owner Property

Definition

Gets the column style object that owns the accessibility object.

protected:
 property System::Windows::Forms::DataGridColumnStyle ^ Owner { System::Windows::Forms::DataGridColumnStyle ^ get(); };
protected System.Windows.Forms.DataGridColumnStyle Owner { get; }
member this.Owner : System.Windows.Forms.DataGridColumnStyle
Protected ReadOnly Property Owner As DataGridColumnStyle

Property Value

The DataGridColumnStyle that owns the accessibility object.

Applies to