Skip to main content
A newer version of this page is available. .

PivotGridWebOptionsBehavior Class

Provides behavior options for ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public class PivotGridWebOptionsBehavior :
    PivotGridOptionsBehaviorBase

The following members return PivotGridWebOptionsBehavior objects:

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