Skip to main content

MVCxFilterControlSettings.ImagesEditors Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v25.1.dll

#Declaration

public EditorImages ImagesEditors { get; }

#Property Value

Type Description
EditorImages

An EditorImages object that contains image settings.

See Also