PivotGridWebOptionsBehavior Class
In This Article
Provides behavior options for ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotGridWebOptionsBehavior :
PivotGridOptionsBehaviorBase
#Related API Members
The following members return PivotGridWebOptionsBehavior objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Pivot |
#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