TcxCustomGridTableViewStyles Class
Stores style settings of grid View elements.
Declaration
TcxCustomGridTableViewStyles = class(
TcxCustomGridViewStyles
)
Remarks
The TcxCustomGridTableViewStyles
class has members that allow you to do the following:
- Draw odd and even content rows differently (UseOddEvenStyles, ContentEven, and ContentOdd).
- Change the font and background color for specific UI elements (FilterBox and FindPanel).
- Modify the View Navigator’s appearance (Navigator and NavigatorInfoPanel).
- Override style settings for specific grid View cells (OnGetContentStyle, OnGetHotTrackStyle, OnGetInactiveStyle, and OnGetSelectionStyle).
- Assign a style to inactive and hot-tracked records (Inactive and HotTrack).
- Apply styles related to incremental search and search result highlighting (IncSearch and SearchResultHighlight).
- Access the grid Table View to which these style settings belong (GridView).
Direct TcxCustomGridTableViewStyles Class Reference
The TcxCustomGridTableView.Styles property references a TcxCustomGridTableViewStyles
object.
Inheritance
See Also