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