Skip to main content

ASPxPivotGrid.OptionsFilter Property

Provides access to options that specify the appearance and behavior of filter windows.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[PivotAPIMemberCategory(APICategory.RelationalSource)]
public PivotGridWebOptionsFilter OptionsFilter { get; }

Property Value

Type Description
PivotGridWebOptionsFilter

A PivotGridWebOptionsFilter object that specifies the appearance and behavior of filter windows.

See Also