Enum ComboBoxBaseDataBound.CollectionChangeOperation
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum CollectionChangeOperation
Fields
| Name | Description |
|---|---|
| Add | Represents Add |
| AddRange | Represents AddRange |
| Clear | Represents Clear |
| Insert | Represents Insert |
| Remove | Represents Remove |
| RemoveAt | Represents RemoveAt |
| SetItem | Represents SetItem |