Back to Devexpress

TreeListBinaryImageColumn.PropertiesBinaryImage Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistbinaryimagecolumn.md

latest1.6 KB
Original Source

TreeListBinaryImageColumn.PropertiesBinaryImage Property

Gets the column editor’s settings.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.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

Tree List

TreeListBinaryImageColumn Class

TreeListBinaryImageColumn Members

DevExpress.Web.ASPxTreeList Namespace