Enum UnboundActions
Defines the constants that specify the possible actions for unbound column or unbound row in SfDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.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. |