DataGridViewColumn::Site Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the site of the column.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property ISite^ Site {
	virtual ISite^ get() sealed;
	virtual void set(ISite^ value) sealed;
}

Property Value

Type: System.ComponentModel::ISite^

The ISite associated with the column, if any.

.NET Framework
Available since 2.0
Return to top
Show: