[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownClosingEventArgs.SyncData

SyncData Property

SyncData

Gets or sets a value that indicates whether to synchronize data to the control from the drop-down when it's closing.

Declaration
public bool SyncData { get; set; }
Public Property SyncData As Boolean
Property Value
Type Description
bool

A bool value, true to synchronize the data to the control from the drop-down when it's closing; otherwise, false.

Remarks

The property determines whether to synchronize the data to the control from the drop-down when it's closing.