Skip to main content

PivotGridSettings.OptionsBehavior Property

Provides access to pivot grid behavior options.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PivotGridWebOptionsBehavior OptionsBehavior { get; }

Property Value

Type Description
PivotGridWebOptionsBehavior

A PivotGridWebOptionsBehavior object that contains behavior options for the PivotGrid.

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