aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-pivotgriddatasourcefieldbuilder-1.md
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
public class PivotGridDataSourceFieldBuilder<T> :
OptionsOwnerBuilder,
ICollectionItem
| Name | Description |
|---|---|
| T |
The data type.
|
The following members return PivotGridDataSourceFieldBuilder<T> objects:
Show 76 links
Do not instantiate this class explicitly. A new PivotGridDataSourceFieldBuilder<T> class instance is created when you call the Fields(Action<CollectionFactory<PivotGridDataSourceFieldBuilder<T>>>) method.
Object OptionsOwnerBuilder PivotGridDataSourceFieldBuilder<T>
See Also