Skip to main content
All docs
V19.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.v19.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