Skip to main content
All docs
V25.1
  • TreeListDragHintTextTemplateContext.TreeList Property

    Provides access to the TreeList API.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public ITreeList TreeList { get; }

    Property Value

    Type Description
    ITreeList

    The TreeList component.

    Remarks

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

    See Also