C1.Win.FlexGrid Namespace / C1FlexGrid Class / ShowThemedHeaders Property

In This Topic
ShowThemedHeaders Property (C1FlexGrid)
In This Topic
Gets or sets whether the control should use Xp themes for displaying row or column headers.
Syntax
'Declaration
 
Public Property ShowThemedHeaders As ShowThemedHeadersEnum
 
Remarks

This property only has an effect if the application is themed. To enable themes for an application, you can either call the Application.EnableVisualStyles method or use a manifest file. Please refer to MSDN for details.

Setting the System.Windows.Forms.BorderStyle property to BorderStyleEnum.XpThemes automatically sets this property to ShowThemedHeadersEnum.Both.

See Also