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