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

MVCxFilterControlSettings.ImagesEditors Property

Gets settings that allow images to be defined for specific elements of editors.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public EditorImages ImagesEditors { get; }

Property Value

Type Description
EditorImages

An EditorImages object that contains image settings.

See Also