Skip to main content
A newer version of this page is available. .

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

public class PivotGridDataSourceFieldBuilder<T> :
    OptionsOwnerBuilder,
    ICollectionItem

Type Parameters

Name Description
T

The data type.

The following members return PivotGridDataSourceFieldBuilder 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