Enum UnBoundActions
Defines the constants that specify the possible actions for unbound column or unbound row in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum UnBoundActions
Fields
| Name | Description |
|---|---|
| CommitData | The value is being committed in unbound column or unbound row. |
| PasteData | The value is being pasted in unbound column or unbound row. |
| QueryData | The value for unbound column or unbound row being queried from the user. |