Skip to main content

TcxGridBandedColumnStyles Members

Represents styles managing the appearance of banded column elements.

Constructors

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

Properties

Name Description
Content Specifies the style for item cells. Inherited from TcxCustomGridTableItemStyles.
Count Inherited from TcxCustomStyles.
Footer Specifies the style for the footer region of a column. Inherited from TcxGridColumnStyles.
GridView Provides access to the Table View containing the column to which the TcxGridColumnStyles applies its styles. Inherited from TcxGridColumnStyles.
GroupSummary Specifies style attributes for the column’s group summary. Inherited from TcxGridColumnStyles.
Header Determines the appearance of the column header. Inherited from TcxGridColumnStyles.
Item Specifies the banded column for which the current TcxGridBandedColumnStyles instance is created.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
StyleSheet Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles.
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.
GetContentParams(TcxCustomGridRecord,TcxViewParams) Inherited from TcxCustomGridTableItemStyles.
GetFooterParams(TcxCustomGridRow,Integer,TcxDataSummaryItem,TcxViewParams) Gets the TcxViewParams record containing information on the footer’s style attributes. Inherited from TcxGridColumnStyles.
GetGroupSummaryParams(TcxGridGroupRow,TcxDataSummaryItem,TcxViewParams) Gets the TcxViewParams record containing information on the group summary‘s style attributes. Inherited from TcxGridColumnStyles.
GetHashCode Inherited from TObject.
GetHeaderParams(TcxViewParams) Gets the TcxViewParams record containing information on style attributes of the column header. Inherited from TcxGridColumnStyles.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
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
OnGetContentStyle Occurs whenever an item cell should be redrawn. Inherited from TcxCustomGridTableItemStyles.
OnGetFooterStyle Occurs when the column footer should be redrawn. Inherited from TcxGridColumnStyles.
OnGetFooterStyleEx Occurs when the column footer should be redrawn. Inherited from TcxGridColumnStyles.
OnGetFooterSummaryStyle Fires each time a column’s footer summary or a group summary displayed in group footer panels is about to be drawn. Inherited from TcxGridColumnStyles.
OnGetGroupSummaryStyle Fires when a column’s group summary is about to be drawn. Inherited from TcxGridColumnStyles.
OnGetHeaderStyle Occurs when a column header is redrawn. Inherited from TcxGridColumnStyles.
See Also