PivotGridSettings.OptionsBehavior Property
Provides access to pivot grid behavior options.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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