DropMarkerData.Padding Property
Gets or sets the drop marker’s padding.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Thickness | Drop marker’s padding. |
Remarks
In TreeList Views, the length of the drop marker indicates the hierarchy level that will be set for the node being dragged.
See Also