Back to Devexpress

PivotGridDataSourceBuilder<T> Class

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

latest4.8 KB
Original Source

PivotGridDataSourceBuilder<T> Class

Provides methods that allow you to configure nested options of the client-side dataSource object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class PivotGridDataSourceBuilder<T> :
    OptionsOwnerBuilder

Type Parameters

NameDescription
T

The data type.

|

The following members return PivotGridDataSourceBuilder<T> objects:

Show 20 links

Remarks

Do not instantiate this class explicitly. A new PivotGridDataSourceBuilder<T> class instance is created when you call the DataSource(Action<PivotGridDataSourceBuilder<T>>) method.

Inheritance

Object OptionsOwnerBuilder PivotGridDataSourceBuilder<T>

See Also

PivotGridDataSourceBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace