Skip to main content
All docs
V19.2

PivotGridField.FilterButtonImage Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.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