Back to Devexpress

VerticalGridImageRow Class

aspnet-devexpress-dot-web-13c06f68.md

latest2.4 KB
Original Source

VerticalGridImageRow Class

Represents a row that displays images located at the specified URLs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridImageRow :
    VerticalGridEditDataRow
vb
Public Class VerticalGridImageRow
    Inherits VerticalGridEditDataRow

Remarks

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridImageRow

See Also

VerticalGridImageRow Members

Vertical Grid

DevExpress.Web Namespace