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