dbicList Send comments on this topic.
ComboBox Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > BeforeCellEditEventArgs Class : ComboBox Property

The ComboBox that will be used to edit values in the cell.

Syntax

Visual Basic (Declaration) 
Public Property ComboBox As dbiComboBox
C# 
public dbiComboBox ComboBox {get; set;}

Property Value

dbiComboBox

Remarks

The ComboBox control wll only be used in the editing, if the EditType property of the ColumnItem is set to ComboBox.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also