[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.ShowThemedHeaders

ShowThemedHeaders Property

ShowThemedHeaders

Gets or sets whether the control should use Xp themes for displaying row or column headers.

Declaration
public ShowThemedHeadersEnum ShowThemedHeaders { get; set; }
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 BorderStyle property to BorderStyleEnum.XpThemes automatically sets this property to ShowThemedHeadersEnum.Both.