Spread Windows Forms 10.0 Product Documentation
AutoGenerateColumns Property (GcComboBoxCellType)


Gets or sets whether columns are created automatically when the DataSource or DataMember property is set.
Syntax
'Declaration
 
Public Property AutoGenerateColumns As Boolean
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Boolean
 
instance.AutoGenerateColumns = value
 
value = instance.AutoGenerateColumns
public bool AutoGenerateColumns {get; set;}

Property Value

Abool value, true if the columns should be created automatically; otherwise,false .
The default is true.
Remarks
When the user binds a source to DataMember, columns are automatically generated in the drop-down list based on the data source.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.