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

VerticalGridBinaryImageRow Class

Represents a row that displays images from a binary stream.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

VerticalGridBinaryImageRow_class

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

See Also