DxGridModel.DragHintTextTemplate Property
Specifies the template for the drag hint.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll
Declaration
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