VerticalGridBinaryImageRow Class
In This Article
Represents a row that displays images from a binary stream.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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.
The row editor’s settings can be accessed and customized using the VerticalGridBinaryImageRow.PropertiesBinaryImage property.
#Implements
#Inheritance
See Also