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

ASPxPivotGrid.OptionsBehavior Property

Provides access to pivot grid behavior options.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsBehavior OptionsBehavior { get; }

Property Value

Type Description
PivotGridWebOptionsBehavior

A PivotGridWebOptionsBehavior object that contains behavior options for ASPxPivotGrid.

Remarks

Use the OptionsBehavior property to access settings that control the pivot grid behavior. The returned object exposes the PivotGridOptionsBehaviorBase.SortBySummaryDefaultOrder property that specifies the sort order applied to a field when sorting by summaries is enabled for it.

See Also