Back to Devexpress

VerticalGridBinaryImageRow.PropertiesBinaryImage Property

aspnet-devexpress-dot-web-dot-verticalgridbinaryimagerow.md

latest1.5 KB
Original Source

VerticalGridBinaryImageRow.PropertiesBinaryImage Property

Gets the row editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public BinaryImageEditProperties PropertiesBinaryImage { get; }
vb
Public ReadOnly Property PropertiesBinaryImage As BinaryImageEditProperties

Property Value

TypeDescription
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

Vertical Grid

VerticalGridBinaryImageRow Class

VerticalGridBinaryImageRow Members

DevExpress.Web Namespace