ASPxSummaryItem Properties
Represents a summary item.
Name | Description |
---|---|
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Display |
Gets or sets the pattern specifying the display format for the summary item.
Inherited from ASPx |
Field |
Gets or sets the name of a data source field whose values are used for summary calculation.
Inherited from ASPx |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Show |
Gets or sets a value that specifies a column in which footer (for total summary) or group row/group footer (for group summary) the summary will be displayed. |
Show |
Specifies a column to display group summaries in its group footer cells. |
Summary |
Gets or sets the aggregate function type.
Inherited from ASPx |
Tag |
Gets or sets data associated with the summary item.
Inherited from ASPx |
Value |
Gets or sets the pattern specifying the display format for the calculated summary value.
Inherited from ASPx |
Visible |
Gets or sets a value specifying the visibility of the current summary item.
Inherited from ASPx |
See Also