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
Type |
---|
DataGridUnboundActions |
QueryData
Specifies the action that the value for Unbound column or Unbound row being queried from the user.
Declaration
public const DataGridUnboundActions QueryData
Field Value
Type |
---|
DataGridUnboundActions |