Enum LiveDataUpdateMode
Defines the options to refresh the collection when modify data at runtime.
Namespace: Syncfusion.DataSource
Assembly: Syncfusion.DataSource.WinForms.dll
Syntax
public enum LiveDataUpdateMode
Fields
| Name | Description |
|---|---|
| AllowDataShaping | Allows updating the collection at run-time. |
| Default | Does not update the collection at run-time. |