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.Grid
Assembly: Syncfusion.SfGrid.UWP.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 |