[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.UseMultipleColumn

UseMultipleColumn Property

UseMultipleColumn

Gets or sets a value indicating whether use grid to show data. This is a dependency property.

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

true if use grid to show data; otherwise, false. The default is true.

Examples

The following code example demonstrates how to use UseMultipleColumn property.