Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpClosingEventArgs Class / SyncData Property


In This Topic
SyncData Property (PopUpClosingEventArgs)
In This Topic
Gets or sets a value indicating whether we synchronize data to the drop down when open.
Syntax
'Declaration
 
Public Property SyncData As Boolean
 
'Usage
 
Dim instance As PopUpClosingEventArgs
Dim value As Boolean
 
instance.SyncData = value
 
value = instance.SyncData

Property Value

A bool value, true if we synchronize data to the drop down when open; otherwise, false.
Remarks
The property determines synchronising the data to the control from the drop down when it's closing or not.
See Also