Back to Devexpress

CardViewBinaryImageColumn.PropertiesBinaryImage Property

aspnet-devexpress-dot-web-dot-cardviewbinaryimagecolumn.md

latest1.5 KB
Original Source

CardViewBinaryImageColumn.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

Card View

CardViewBinaryImageColumn Class

CardViewBinaryImageColumn Members

DevExpress.Web Namespace