RowDragSettings
Class
Definition
Namespace:Telerik.Blazor.Components.Common.Grid
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class RowDragSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseRowDragSettings
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected RowDragSettings()
Methods
Properties
Specifies the field whose text will be displayed in the drag clue.
C#
[Parameter]
public string DragClueField { get; set; }