UseMultipleColumn Property (GcComboBox)
In This Topic
Gets or sets a value indicating whether use grid to show data. This is a dependency property.
Syntax
'Declaration
Public Property UseMultipleColumn As Boolean
'Usage
Dim instance As GcComboBox
Dim value As Boolean
instance.UseMultipleColumn = value
value = instance.UseMultipleColumn
public bool UseMultipleColumn {get; set;}
Property Value
true if use grid to show data; otherwise,
false. The default is
true.
Example
The following code example demonstrates how to use
UseMultipleColumn property.
See Also