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


In This Topic
    ShowPlusMinus Enumeration
    In This Topic
    Value indicating whether plus-sign (+) and minus-sign (-) buttons are displayed next to DataRows.
    Syntax
    'Declaration
     
    Public Enum ShowPlusMinus 
       Inherits System.Enum
    'Usage
     
    Dim instance As ShowPlusMinus
    public enum ShowPlusMinus : System.Enum 
    Members
    MemberDescription
    NeverThe plus-sign (+) and minus-sign (-) buttons are never displayed.
    WhenDetailGridPresentThe plus-sign (+) and minus-sign (-) buttons are only present when the DataRow contains one or more child DetailGrids.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.ShowPlusMinus

    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