TcxGridColumnSummary Members
A set of options that determine the kind and appearance of a column’s footer and group summaries.Constructors
Name | Description |
---|---|
Create(TcxCustomGridTableItem) | Initializes a new instance of the TcxCustomGridTableItemCustomOptions class with specified settings. Inherited from TcxCustomGridTableItemCustomOptions. |
Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
Name | Description |
---|---|
FooterFormat | Specifies the format pattern that controls the manner in which a column’s footer summary value is displayed. |
FooterKind | Specifies the kind of footer summary to calculate for a column. |
GridView | Inherited from TcxCustomGridTableItemCustomOptions. |
GroupFooterFormat | Specifies the format pattern that defines how a column’s group summary value is displayed in group footer panels. |
GroupFooterKind | Specifies the group summary type calculated for a column and displayed in group footer panels. |
GroupFormat | Specifies the format pattern that defines how a column’s group summary value is displayed in group rows. |
GroupKind | Specifies the calculated group summary type. |
Item | Inherited from TcxCustomGridTableItemCustomOptions. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
SortByGroupFooterSummary | Specifies if column group summary values displayed in group footer panels are used to sort data groups. |
SortByGroupSummary | Specifies if column group summary values displayed in group rows are used to sort data groups. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
See Also