Skip to main content
All docs
V25.1
  • GridDragHintTextTemplateContext.DataItems Property

    Returns the collection of currently dragged data items.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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