Skip to main content
Tab

VerticalGridImages Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class VerticalGridImages :
    GridImages

The following members return VerticalGridImages objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxVerticalGrid.Images
ASP.NET MVC Extensions VerticalGridSettings.Images

Remarks

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

Inheritance

Object
StateManager
PropertiesBase
ImagesBase
DevExpress.Web.GridImages
VerticalGridImages
See Also