Back to Devexpress

TreeListImages.DragAndDropHide Property

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

latest1.5 KB
Original Source

TreeListImages.DragAndDropHide Property

Gets the settings of an image displayed below the column header when it is dragged to the Customization Window by an end-user.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties DragAndDropHide { get; }
vb
Public ReadOnly Property DragAndDropHide As ImageProperties

Property Value

TypeDescription
ImageProperties

A ImageProperties object that contains image settings.

|

Remarks

Use this property to provide your own image.

See Also

Tree List

TreeListImages Class

TreeListImages Members

DevExpress.Web.ASPxTreeList Namespace