[]
Gets or sets a value that indicates whether to synchronize data to the control from the drop-down when it's closing.
public bool SyncData { get; set; }
Public Property SyncData As Boolean
Type | Description |
---|---|
bool | A bool value, true to synchronize the data to the control from the drop-down when it's closing; otherwise, false. |
The property determines whether to synchronize the data to the control from the drop-down when it's closing.