Skip to main content

GridTotalSummaryData Members

Contains information about total summaries in the Fixed Summary Panel.

Constructors

Name Description
GridTotalSummaryData(GridTotalSummaryItem, Object, ColumnBase, DataControlBase) Initializes a new instance of the GridTotalSummaryData class with specified settings.

Properties

Name Description
Caption Gets the summary caption.
Column Gets a column against which the grid calculates the total summary.
DataControl Gets the control that contains this total summary.
DisplayValue Gets the value displayed in the summary item.
FixedTotalSummaryItemTemplate Gets a template that defines the appearance of summary items in the Fixed Summary Panel.
Item Gets the total summary item.
Value Gets the total summary’s value.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs every time any of the GridTotalSummaryData class properties’ values change.
See Also