TcxGridTableViewStyles Members
Stores styles that define the appearance of a Table View.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. Inherited from TcxCustomGridTableViewStyles. |
ContentEven | Specifies the style for even grid View rows. Inherited from TcxCustomGridTableViewStyles. |
ContentOdd | Specifies the style for odd grid View rows. Inherited from TcxCustomGridTableViewStyles. |
Count | Inherited from TcxCustomStyles. |
FilterBox | Specifies the style for the filter box. Inherited from TcxCustomGridTableViewStyles. |
FilterRowInfoText | Specifies the filter row‘s style. |
FindPanel | Specifies the style for the Find Panel. Inherited from TcxCustomGridTableViewStyles. |
Footer | Specifies the style for the Table View footer. |
GridView | Specifies the Table View the style is applied to. |
Group | Specifies the style for the Table View group rows. |
GroupByBox | Specifies the style for the Table View Group By box. |
GroupFooterSortedSummary | Specifies the foreground color and font settings for group summaries displayed in group footer panels and used to determine the sort order of group rows. |
GroupSortedSummary | Specifies the foreground color and font settings for group summaries displayed in group rows and used to determine the sort order of these group rows. |
GroupSummary | Specifies group summary style. |
Header | Specifies the Table View header’s style. |
HotTrack | Specifies the style applied to the hot-tracked row. Inherited from TcxCustomGridTableViewStyles. |
Inactive | Specifies the style for the inactive selection of a grid View. Inherited from TcxCustomGridTableViewStyles. |
IncSearch | Specifies the style applied to the incremental search request. Inherited from TcxCustomGridTableViewStyles. |
Indicator | Specifies the style for the Table View row indicator. |
InplaceEditFormGroup | Specifies the style for layout groups created within an in-place Edit Form. |
InplaceEditFormItem | Specifies the style for layout items and auxiliary layout items created within an in-place Edit Form. |
InplaceEditFormItemHotTrack | Specifies the style for hot-tracked layout items created within an in-place Edit Form. |
Navigator | Specifies the style for the offset between the View’s navigator and horizontal scrollbar. Inherited from TcxCustomGridTableViewStyles. |
NavigatorInfoPanel | Specifies the style for the View navigator‘s information panel. Inherited from TcxCustomGridTableViewStyles. |
NewItemRowInfoText | Specifies the style for the text displayed in the background of a new item row. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
Preview | Specifies the style for the rows preview section. |
SearchResultHighlight | Specifies the style of the search results highlighted in grid records. Inherited from TcxCustomGridTableViewStyles. |
Selection | Specifies the style for the active selection in a grid View. Inherited from TcxCustomGridTableViewStyles. |
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. Inherited from TcxCustomGridTableViewStyles. |
Values | Inherited from TcxStyles. |
Methods
Events
Name | Description |
---|---|
OnGetContentStyle | Allows you to change the content style of individual cells depending on specific conditions in your application. Inherited from TcxCustomGridTableViewStyles. |
OnGetFooterStyle | Occurs when it is necessary to paint View footer and group footer panels. |
OnGetFooterStyleEx | Occurs when it is necessary to paint View footer and group footer panels. |
OnGetFooterSummaryStyle | Occurs every time a footer or group displayed in a group footer panel is about to be drawn. |
OnGetGroupStyle | Occurs when the Table View group row is painted. |
OnGetGroupSummaryStyle | Occurs every time a group summary displayed in a group row is about to be drawn. |
OnGetHeaderStyle | Occurs when it is necessary to paint the Table View header. |
OnGetHotTrackStyle | Allows you to change the style applied to the hot-tracked record. Inherited from TcxCustomGridTableViewStyles. |
OnGetInactiveStyle | Allows you to change the style applied to inactive records. Inherited from TcxCustomGridTableViewStyles. |
OnGetInplaceEditFormGroupStyle | |
OnGetInplaceEditFormItemStyle | |
OnGetPreviewStyle | Occurs when it is necessary to paint the table rows preview section. |
OnGetSelectionStyle | Allows you to change the style applied to a selected record. Inherited from TcxCustomGridTableViewStyles. |
See Also