FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BandsColumnsRelation Enumeration

In This Topic
    BandsColumnsRelation Enumeration
    In This Topic
    Specifies the position of the bands and columns relative to each other on a C1FlexGrid control.
    Syntax
    'Declaration
     
    
    Public Enum BandsColumnsRelation 
       Inherits System.Enum
    public enum BandsColumnsRelation : System.Enum 
    Members
    MemberDescription
    BandsOnly the bands will be displayed.
    BandsBeforeColumnsThe columns will be displayed after the bands.
    ColumnsBeforeBandsThe columns will be displayed before the bands.
    DefaultThe default value. The columns will be displayed after the bands.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexGrid.BandsColumnsRelation

    See Also