Skip to main content
All docs
V25.1
  • IGrid.DragHintTextTemplate Property

    Specifies the template for the drag hint.

    Namespace: DevExpress.Blazor

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