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

VerticalGridImageRow Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class VerticalGridImageRow :
    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.

See Also