Back to Devexpress

PivotGridDataSourceFieldBuilder<T> Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-pivotgriddatasourcefieldbuilder-1.md

latest15.0 KB
Original Source

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

csharp
public class PivotGridDataSourceFieldBuilder<T> :
    OptionsOwnerBuilder,
    ICollectionItem

Type Parameters

NameDescription
T

The data type.

|

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

ICollectionItem

Inheritance

Object OptionsOwnerBuilder PivotGridDataSourceFieldBuilder<T>

See Also

PivotGridDataSourceFieldBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace