Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListDefaultColumn Property


In This Topic
ListDefaultColumn Property (GcComboBox)
In This Topic
Gets or sets DefaultListColumn a value that represents default ListColumn of List.
Syntax
'Declaration
 
Public Property ListDefaultColumn As DefaultListColumn
 
'Usage
 
Dim instance As GcComboBox
Dim value As DefaultListColumn
 
instance.ListDefaultColumn = value
 
value = instance.ListDefaultColumn

Property Value

A DefaultListColumn value.
Remarks
This property used to make up a default setting of columns. If user add a column without any changes about appearance, the column will displayed as default column settings.
See Also