Back to Devexpress

VerticalGridSettings.ImagesEditors Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-742facf1.md

latest1.4 KB
Original Source

VerticalGridSettings.ImagesEditors Property

Provides access to the settings that define images displayed in the VerticalGrid’s editors.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public EditorImages ImagesEditors { get; }
vb
Public ReadOnly Property ImagesEditors As EditorImages

Property Value

TypeDescription
EditorImages

A EditorImages object that contains image settings.

|

Remarks

A EditorImages object provides a number of properties that allow you to assign images to various editors within the VerticalGrid extension.

See Also

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace