PivotGridSettings.OptionsBehavior Property
In This Article
Provides access to pivot grid behavior options.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotGridWebOptionsBehavior OptionsBehavior { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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