DataGridColumn::Owner Property

 

Gets the DataGrid control that the column is a member of.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
property DataGrid^ Owner {
	DataGrid^ get();
}

Property Value

Type: System.Web.UI.WebControls::DataGrid^

The DataGrid control that the column is a member of.

Use the Owner property to programmatically determine the DataGrid control that the column is a member of.

.NET Framework
Available since 1.1
Return to top
Show: