Skip to main content
All docs
V24.2

TreeListDragHintTextTemplateContext.DataItems Property

Returns the collection of currently dragged data items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IReadOnlyList<object> DataItems { get; }

Property Value

Type Description
IReadOnlyList<Object>

Data items.

Remarks

Refer to the DragHintTextTemplate property description for more information and an example.

See Also