GridSummaryItem Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Creates a new Grid |
Grid |
Initializes a new instance of the Grid |
Grid |
Creates a new Grid |
Grid |
Creates a new Grid |
#Properties
Name | Description |
---|---|
Collection | Gets a collection to which the summary item belongs. |
Display |
Gets or sets the display format rule for the Grid |
Field |
Gets or sets the name of a dataset field whose values are used for summary calculation. |
Format |
Gets or sets the IFormat |
Has |
Returns whether the Grid |
Index | Gets the summary item’s position within the owning collection. |
Mode |
Gets or sets whether to calculate the current summary against all rows or the selection. Use this property when you enable multiple row selection (see Column |
Summary |
Gets or sets the aggregation function type. |
Summary |
Gets the current total summary item’s value. This value may differ from the actual View data if the Grid |
Tag | Gets or sets data associated with the summary item. |
#Methods
Name | Description |
---|---|
Assign |
Copies settings from the summary item object specified as the parameter. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the default display format for the summary item. |
Get |
Returns the default format string for the specified summary type. |
Get |
Formats the specified value using the summary item’s format settings. |
Get |
Returns the value formatted according to the specified format string. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the specified summary item has the same settings as the current one. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Specifies the type, display format, format provider, and summary mode of the summary item. |
Set |
Specifies the type and display format of the summary item. |
To |
Gets the object’s text representation. |
See Also