Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.ImagesEditors Property

Provides access to the settings that define images displayed in the editors, used to edit filter values within the Prefilter Control (Filter Editor).

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public EditorImages ImagesEditors { get; }

Property Value

Type Description
EditorImages

A EditorImages object that contains image settings.

See Also