Defines the available modes that control the User Input and Experience related to the editing operations within the RadDataGrid component.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataGridUserEditMode
Fields
DataGrid cell could be edited.
C#
Cell = 1
DataGrid cannot be edited.
C#
None = 0