Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / VisualGridElementState Enumeration


In This Topic
    VisualGridElementState Enumeration
    In This Topic

    A value representing the current state of a VisualGridElement.

    Syntax
    'Declaration
     
    Public Enum VisualGridElementState 
       Inherits System.Enum
    'Usage
     
    Dim instance As VisualGridElementState
    public enum VisualGridElementState : System.Enum 
    Members
    MemberDescription
    ErrorThe visual grid element is in an error state.
    HotThe visual grid element is hot.
    IdleThe default state of the visual grid element.
    InactiveSelectionThe visual grid element is selected but inactive.
    SelectionThe visual grid element is selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.VisualGridElementState

    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