Class CellContext<T>.CellActions
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents behaviors which can be performed on a cell.
public class CellContext<T>.CellActions
- Inheritance
-
CellContext<T>.CellActions
- Inherited Members
- Extension Methods
Constructors
CellActions()
public CellActions()
Properties
CancelEditingItemAsync
The function which ends editing.
public required Func<Task> CancelEditingItemAsync { get; init; }
Property Value
SetSelectedItemAsync
The function which selects the cell.
public required Func<bool, Task> SetSelectedItemAsync { get; init; }
Property Value
StartEditingItemAsync
The function which begins editing.
public required Func<Task> StartEditingItemAsync { get; init; }
Property Value
ToggleHierarchyVisibilityForItemAsync
The function which toggles hierarchy visibility.
public required Func<Task> ToggleHierarchyVisibilityForItemAsync { get; init; }