WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumnHeaderPanelPosition Enumeration
In This Topic
    GridColumnHeaderPanelPosition Enumeration
    In This Topic
    Describe the positions of the elements inside GridColumnHeaderCell.
    Syntax
    public enum GridColumnHeaderPanelPosition : System.Enum 
    Members
    MemberDescription
    OptionsPosition of the options drow-down.
    OutlinesPosition of the outlines.
    SortPosition of the sort indicator
    TitlePosition of the title element
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Grid.GridColumnHeaderPanelPosition

    See Also