Interface ICommandService
An interface related to the commands infrastructure of the data grid.
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public interface ICommandService
Properties
CommandService
Gets the current command service.
Declaration
DataGridCommandService CommandService { get; }
Property Value
DataGridCommandService
|