aspnet-devexpress-dot-web-dot-aspxpivotgrid-b9bb7286.md
Provides behavior options for ASPxPivotGrid.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridWebOptionsBehavior :
PivotGridOptionsBehaviorBase
Public Class PivotGridWebOptionsBehavior
Inherits PivotGridOptionsBehaviorBase
The following members return PivotGridWebOptionsBehavior objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPivotGrid.OptionsBehavior |
| ASP.NET MVC Extensions | PivotGridSettings.OptionsBehavior |
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.
DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsBehaviorBase PivotGridWebOptionsBehavior
See Also