Back to Devexpress

PivotGridWebOptionsBehavior Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-b9bb7286.md

latest2.5 KB
Original Source

PivotGridWebOptionsBehavior Class

Provides behavior options for ASPxPivotGrid.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebOptionsBehavior :
    PivotGridOptionsBehaviorBase
vb
Public Class PivotGridWebOptionsBehavior
    Inherits PivotGridOptionsBehaviorBase

The following members return PivotGridWebOptionsBehavior objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPivotGrid.OptionsBehavior
ASP.NET MVC ExtensionsPivotGridSettings.OptionsBehavior

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

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsBehaviorBase PivotGridWebOptionsBehavior

See Also

PivotGridWebOptionsBehavior Members

OptionsBehavior

DevExpress.Web.ASPxPivotGrid Namespace