Skip to main content
All docs
V26.1
  • DxGridModel.DragHintTextTemplate Property

    Specifies the template for the drag hint.

    Namespace: DevExpress.ExpressApp.Blazor.Editors.Models

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    public RenderFragment<GridDragHintTextTemplateContext> DragHintTextTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<GridDragHintTextTemplateContext>

    The template content.

    Remarks

    This member is a wrapper for the DxGrid component’s DxGrid.DragHintTextTemplate member. Refer to its description for more information.

    See Also