VerticalGridBinaryImageRow.PropertiesBinaryImage Property
Gets the row editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
BinaryImageEditProperties | A BinaryImageEditProperties object that contains settings specific to a binary image editor. |
Remarks
The PropertiesBinaryImage property allows you to access and customize the settings of the row’s editor used to display binary images. For more information, see BinaryImageEditProperties.
See Also