MobileForms Toolkit Documentation

AdvancedComboBox.SelectedCell Property

Gets or sets the cell that is selected within the currently selected item's ItemTemplate.

public Cell SelectedCell {get; set;}

Remarks

If list is closed, selected cell is set and obtained from textbox, otherwise from list. Setting this property to null means that no cell is selected. If you set this property to a cell that is not selectable or that cell does not belong to currently selected item's ItemTemplate's CellCollection, an ArgumentException is thrown.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | NextSelectableCell | PreviousSelectableCell