aspnet-devexpress-dot-web-0c8a8acc.md
Represents a row that displays images from a binary stream.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridBinaryImageRow :
VerticalGridEditDataRow
Public Class VerticalGridBinaryImageRow
Inherits VerticalGridEditDataRow
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.
Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridBinaryImageRow
See Also