Back to Devexpress

GridViewSettings.Images Property

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

latest1.4 KB
Original Source

GridViewSettings.Images Property

Provides access to the settings that define images for various elements within the GridView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public GridViewImages Images { get; }
vb
Public ReadOnly Property Images As GridViewImages

Property Value

TypeDescription
GridViewImages

A GridViewImages object that contains image settings.

|

Remarks

The GridViewImages object provides a number of properties that allow you to assign images to various elements within the GridView.

See Also

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace