Back to Devexpress

PivotGridWebFieldOptionsFilter Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-1f50c9df.md

latest1.9 KB
Original Source

PivotGridWebFieldOptionsFilter Class

Contains options that define the filter popup appearance and behavior for the current field.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebFieldOptionsFilter :
    PivotGridOptionsBase
vb
Public Class PivotGridWebFieldOptionsFilter
    Inherits PivotGridOptionsBase

The following members return PivotGridWebFieldOptionsFilter objects:

Remarks

The PivotGridWebFieldOptionsFilter class provides a set of properties that specify the filter popup’s appearance and behavior. These options can be accessed using the PivotGridField.OptionsFilter property.

Implements

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridWebFieldOptionsFilter

See Also

PivotGridWebFieldOptionsFilter Members

DevExpress.Web.ASPxPivotGrid Namespace