Back to Devexpress

PivotGridWebOptionsFilter Class

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

latest2.3 KB
Original Source

PivotGridWebOptionsFilter Class

Contains options that affect the appearance and behavior of filter windows.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebOptionsFilter :
    PivotGridOptionsFilterBase
vb
Public Class PivotGridWebOptionsFilter
    Inherits PivotGridOptionsFilterBase

The following members return PivotGridWebOptionsFilter objects:

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

Remarks

Use the ASPxPivotGrid.OptionsFilter property to customize the options affecting the appearance and behavior of filter windows.

Implements

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsFilterBase PivotGridWebOptionsFilter

See Also

PivotGridWebOptionsFilter Members

OptionsFilter

DevExpress.Web.ASPxPivotGrid Namespace