Back to Devexpress

GridViewSettings.ImagesEditors Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-90268083.md

latest1.4 KB
Original Source

GridViewSettings.ImagesEditors Property

Provides access to the settings that define images displayed within the GridView’s editors.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
GridViewEditorImages

A GridViewEditorImages object that contains image settings.

|

Remarks

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

See Also

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace