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