PivotGridDataSourceFieldBuilder<T> Class
Provides access to the client-side fields option that represents a collection of PivotGrid data source fields.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class PivotGridDataSourceFieldBuilder<T> :
OptionsOwnerBuilder,
ICollectionItem
#Type Parameters
Name | Description |
---|---|
T | The data type. |
#Related API Members
The following members return PivotGridDataSourceFieldBuilder<T> objects:
Show 76 links
#Remarks
Do not instantiate this class explicitly. A new PivotGridDataSourceFieldBuilder<T>
class instance is created when you call the Fields(Action<CollectionFactory<PivotGridDataSourceFieldBuilder<T>>>) method.
#Implements
#Inheritance
Object
OptionsOwnerBuilder
PivotGridDataSourceFieldBuilder<T>
See Also