ComponentOne FlexGrid for WinForms
ShowThemedHeadersEnum Enumeration

C1.Win.C1FlexGrid Namespace : ShowThemedHeadersEnum Enumeration
Specifies whether the control should use themes for displaying row or column headers.
Syntax
'Declaration
 
Public Enum ShowThemedHeadersEnum 
   Inherits System.Enum
public enum ShowThemedHeadersEnum : System.Enum 
Members
MemberDescription
AutoUse themed headers when the System.Windows.Forms.BorderStyle property is set to XpThemes.
BothUse themed headers for row and column headers.
ColumnsUse themed headers for column headers.
NoneDo not use themed headers.
RowsUse themed headers for row headers.
SelectedOnlyUse themed headers to indicate selected rows and columns when VisualStyle is set to one of the Office styles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ShowThemedHeadersEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace