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