Skip to main content
A newer version of this page is available. .
Tab

GridViewImages Class

Contains the settings that define images displayed within the ASPxGridView’s elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class GridViewImages :
    GridImages

The following members return GridViewImages objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxGridLookup.GridViewImages
ASPxGridView.Images
GridLookupSettings.GridViewImages
GridViewSettings.Images
ASP.NET Bootstrap Controls BootstrapGridView.Images

Remarks

The GridViewImages object provides a number of properties that allow you to assign images to various elements within the ASPxGridView. These properties can be accessed via the ASPxGridView.Images property.

Inheritance

See Also