aspnet-devexpress-dot-web-13c06f68.md
Represents a row that displays images located at the specified URLs.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridImageRow :
VerticalGridEditDataRow
Public Class VerticalGridImageRow
Inherits VerticalGridEditDataRow
VerticalGridImageRow objects are rows used to display images. Images are obtained from URLs contained within a data field the row is bound to. The row editor’s settings can be accessed and customized using the VerticalGridImageRow.PropertiesImage property.
To learn more, see Data Rows.
Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridImageRow
See Also