This documentation is archived and is not being maintained.
DataGridColumn.DesignMode Property
.NET Framework 1.1
Gets a value that indicates whether the column is in design mode.
[Visual Basic] Protected ReadOnly Property DesignMode As Boolean [C#] protected bool DesignMode {get;} [C++] protected: __property bool get_DesignMode(); [JScript] protected function get DesignMode() : Boolean;
Property Value
true if the column is in design mode; otherwise, false.
Remarks
Use the DesignMode property to programmatically determine whether the column is in design mode.
For more information about design mode, see ISite.DesignMode.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataGridColumn Class | DataGridColumn Members | System.Web.UI.WebControls Namespace | ISite.DesignMode
Show: