Back to Devexpress

GridViewDataBinaryImageColumn.PropertiesBinaryImage Property

aspnet-devexpress-dot-web-dot-gridviewdatabinaryimagecolumn.md

latest1.5 KB
Original Source

GridViewDataBinaryImageColumn.PropertiesBinaryImage Property

Gets the column 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 column’s editor used to display binary images. For more information, see BinaryImageEditProperties.

See Also

Grid View

GridViewDataBinaryImageColumn Class

GridViewDataBinaryImageColumn Members

DevExpress.Web Namespace