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