Back to Devexpress

VerticalGridBinaryImageRow Class

aspnet-devexpress-dot-web-0c8a8acc.md

latest2.4 KB
Original Source

VerticalGridBinaryImageRow Class

Represents a row that displays images from a binary stream.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

The ASPxVerticalGrid doesn’t automatically generate binary image rows. You should manually create the binary image row and bind it to a data field that contains images in the binary format.

The row editor’s settings can be accessed and customized using the VerticalGridBinaryImageRow.PropertiesBinaryImage property.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridBinaryImageRow

See Also

VerticalGridBinaryImageRow Members

Vertical Grid

DevExpress.Web Namespace