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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EditorImages ImagesEditors { get; }

Property Value

Type Description
EditorImages

An EditorImages object that contains image settings.

See Also