Skip to main content

TcxGridCardViewStyles Members

Stores styles that define the appearance of a Card 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.
CaptionRow Specifies the style for caption rows.
CardBorder Specifies the style for the card border.
CategoryRow Specifies style attributes for a category row and its children’s indentation.
CategorySeparator Specifies style attributes for the category row‘s separator.
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.
FindPanel Specifies the style for the Find Panel. Inherited from TcxCustomGridTableViewStyles.
GridView Represents a Card View whose elements the current styles are applied to.
HotTrack protected 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.
LayerSeparator Specifies style attributes for a layer separator.
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.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
RowCaption Specifies the style for row captions.
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

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetBitmap(Integer) Inherited from TcxStyles.
GetCaptionRowParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Gets the TcxViewParams record containing information on the caption row‘s style attributes.
GetCardBorderParams(TcxCustomGridRecord,TcxViewParams) Gets the TcxViewParams record containing information on the card border’s style attributes.
GetCardBorderVisualParams(TcxCustomGridRecord,TcxViewParams) Gets the TcxViewParams record containing information on the border’s style attributes when the card is focused.
GetCategoryRowParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Gets the TcxViewParams record containing information on the category row‘s style attributes.
GetCellContentParams(TcxCustomGridRecord,TObject,TcxViewParams) Returns canvas attributes for a cell in a grid Table View. Inherited from TcxCustomGridTableViewStyles.
GetContentParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Returns canvas attributes for the specified record and a grid table item. Inherited from TcxCustomGridTableViewStyles.
GetDataCellContentParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Returns canvas attributes for the specified record and a grid table item. Inherited from TcxCustomGridTableViewStyles.
GetDataCellParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams,Boolean,TcxGridTableCellViewInfo,Boolean,Boolean) Returns canvas attributes for a cell in a grid Table View. Inherited from TcxCustomGridTableViewStyles.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetRecordContentParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Returns canvas attributes for the specified record and a grid table item. Inherited from TcxCustomGridTableViewStyles.
GetRowCaptionParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Gets the TcxViewParams record containing information on the row caption’s style attributes.
GetViewParams(Integer,TObject,TcxStyle,TcxViewParams) Inherited from TcxStyles.
IsValidStyleSheet(TcxCustomStyleSheet) Inherited from TcxCustomStyles.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ResetStyles Inherited from TcxCustomStyles.
ToString Inherited from TObject.

Events

Name Description
OnGetCaptionRowStyle Occurs when a row of the “caption” type should be redrawn.
OnGetCardBorderStyle Occurs whenever the card border should be redrawn.
OnGetCategoryRowStyle Fires each time the category row is about to be drawn.
OnGetContentStyle Allows you to change the content style of individual cells depending on specific conditions in your application. Inherited from TcxCustomGridTableViewStyles.
OnGetHotTrackStyle protected 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.
OnGetRowCaptionStyle Occurs whenever the row caption should be redrawn.
OnGetSelectionStyle Allows you to change the style applied to a selected record. Inherited from TcxCustomGridTableViewStyles.
See Also