Class
RowDragSettings

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

Derived Classes: GridRowDraggableSettings

Implements: IComponentIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

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

string

Methods

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()