DataGridColumn::DesignMode Property

 

Gets a value that indicates whether the column is in design mode.

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

protected:
property bool DesignMode {
	bool get();
}

Property Value

Type: System::Boolean

true if the column is in design mode; otherwise, false.

Use the DesignMode property to programmatically determine whether the column is in design mode.

For more information about design mode, see ISite::DesignMode.

.NET Framework
Available since 1.1
Return to top
Show: