TreeListSummaryItem Members
Represents a summary item.Constructors
| Name | Description |
|---|---|
| TreeListSummaryItem() | Initializes a new instance of the TreeListSummaryItem class. |
Properties
| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DisplayFormat | Gets or sets the format of the summary value. |
| FieldName | Gets or set the name of the data source field whose values are used to calculate the summary. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Recursive | Gets or sets whether a recursive summary value calculation is enabled. |
| ShowInColumn | Gets or sets a value that specifies a column in whose footer cell the summary will be displayed. |
| SummaryType | Gets or sets the aggregate function type. |
| Tag | Gets or sets the data associated with the summary item. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies settings from the summary item object specified as the parameter. |
| 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 summary item. |
See Also