GridTotalSummaryData Members
Contains information about the total summary value displayed within the Total Summary Panel.Constructors
Name | Description |
---|---|
GridTotalSummaryData(SummaryItemBase, Object, ColumnBase, DataControlBase) | Initializes a new instance of the GridTotalSummaryData class. |
Properties
Name | Description |
---|---|
Caption | Gets the summary caption. |
Column | Gets a grid column whose values should be summarized. |
DataControl | Gets the data-aware control which owns the total summary. |
DisplayValue | Gets the value displayed within the total summary item. |
FixedTotalSummaryItemTemplate | Gets the template that defines the presentation of total summary items. This is a dependency property. |
Item | Gets the total summary item. |
Value | Gets the total summary’s value. This is a dependency property. |
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 has changed its value. |
See Also