Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridField.FilterButtonImage Property

Gets the settings, which define the image within the filter button.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public ImageProperties FilterButtonImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object, which contains settings that define the image within the filter button.

See Also