IGrid.DragHintTextTemplate Property
Specifies the template for the drag hint.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment<GridDragHintTextTemplateContext> DragHintTextTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<GridDragHintTextTemplateContext> | The template content. |
Remarks
Refer to the DragHintTextTemplate property description for more information and an example.
See Also