Class DataGridUnboundActions
Defines the constants that specify the possible actions for Unbound column or Unbound row in SfDataGrid.
Inheritance
System.Object
DataGridUnboundActions
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridUnboundActions : Enum
Fields
CommitData
Specifies the action that the value is being committed in Unbound column or Unbound row.
Declaration
public const DataGridUnboundActions CommitData
Field Value
QueryData
Specifies the action that the value for Unbound column or Unbound row being queried from the user.
Declaration
public const DataGridUnboundActions QueryData