TreeListDragHintTextTemplateContext.TreeList Property
Provides access to the TreeList API.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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