Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / CellViewerManager Class / DesignMode Property


In This Topic
    DesignMode Property (CellViewerManager)
    In This Topic
    Gets a value that indicates whether the System.ComponentModel.Component is currently in design mode.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Protected ReadOnly Property DesignMode As Boolean
    'Usage
     
    Dim instance As CellViewerManager
    Dim value As Boolean
     
    value = instance.DesignMode
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    protected bool DesignMode {get;}

    Property Value

    true if the component is in design mode; false otherwise.
    Remarks

    The design mode indicator is stored in the System.ComponentModel.ISite; therefore, if the Component does not have an ISite associated with it, this property is always false.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also