Skip to main content
A newer version of this page is available. .

TcxCustomGridTableViewStyles Members

Contains style settings of View elements.

Constructors

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Background Specifies the style for a View background. Inherited from TcxCustomGridViewStyles.
Content Specifies the style for the grid View content.
ContentEven Specifies the style for even grid View rows.
ContentOdd Specifies the style for odd grid View rows.
Count Inherited from TcxCustomStyles.
FilterBox Specifies the style for the filter box.
FindPanel Specifies the style for the Find Panel.
GridView Provides access to the grid Table View to which these style settings belong.
HotTrack protected Specifies the style applied to the hot-tracked row.
Inactive Specifies the style for the inactive selection of a grid View.
IncSearch Specifies the style applied to the incremental search request.
Navigator Specifies the style for the offset between the View’s navigator and horizontal scrollbar.
NavigatorInfoPanel Specifies the style for the View navigator‘s information panel.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
SearchResultHighlight Specifies the style of the search results highlighted in grid records.
Selection Specifies the style for the active selection in a grid View.
StyleSheet Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles.
UseOddEvenStyles Specifies if the grid View uses alternate styles to paint odd and even rows.
Values Inherited from TcxStyles.

Events

Name Description
OnGetContentStyle Enables you to override the default style of a cell for specific items and/or records.
OnGetHotTrackStyle protected Allows you to change the style applied to the hot-tracked record.
OnGetInactiveStyle Allows you to change the style applied to inactive records.
OnGetSelectionStyle Allows you to change the style applied to a selected record.
See Also