Back to Devexpress

ASPxGridView.Images Property

aspnet-devexpress-dot-web-dot-aspxgridview-c02e6d06.md

latest1.3 KB
Original Source

ASPxGridView.Images Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

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 ASPxGridView.

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace