DataGridSummaryTotalItemBuilder<T> Class
Represents a summary item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class DataGridSummaryTotalItemBuilder<T> :
OptionsOwnerBuilder,
ICollectionItem
Type Parameters
Name | Description |
---|---|
T | The data type. |
Related API Members
The following members return DataGridSummaryTotalItemBuilder
Remarks
Do not instantiate this class explicitly. A new DataGridSummaryTotalItemBuilder<T>
class instance is created when you call the TotalItems(Action<CollectionFactory<DataGridSummaryTotalItemBuilder<T>>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
DataGridSummaryTotalItemBuilder<T>
See Also