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