Skip to main content

PivotGridWebOptionsBehavior Class

Provides behavior options for ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PivotGridWebOptionsBehavior :
    PivotGridOptionsBehaviorBase

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.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also