TreeListDragHintTextTemplateContext.DataItems Property
In This Article
Returns the collection of currently dragged data items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IReadOnlyList<object> DataItems { get; }
#Property Value
Type | Description |
---|---|
IRead |
Data items. |
#Remarks
Refer to the DragHintTextTemplate property description for more information and an example.
See Also