PivotGridWebOptionsBehavior Class
Provides behavior options for ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return PivotGridWebOptionsBehavior objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxPivotGrid.OptionsBehavior |
ASP.NET MVC Extensions | PivotGridSettings.OptionsBehavior |
Remarks
The PivotGridWebOptionsBehavior class provides the PivotGridOptionsBehaviorBase.SortBySummaryDefaultOrder property that specifies the sort order applied to a field when sorting by summaries for that field is enabled.
To access ASPxPivotGrid behavior options, use the ASPxPivotGrid.OptionsBehavior property.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
PivotGridOptionsBase
PivotGridOptionsBehaviorBase
PivotGridWebOptionsBehavior
See Also