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

ASPxPivotGrid.ImagesPrefilterControl Property

Provides access to the settings that define images displayed within the Prefilter (Filter Editor).

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public FilterControlImages ImagesPrefilterControl { get; }

Property Value

Type Description
FilterControlImages

The object that contains image settings.

Remarks

Use this property to assign custom images to various elements within the Prefilter (e.g. add condition button, add group button, loading panel, etc.).

See Also