Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / SelectionBoxItem Property


In This Topic
    SelectionBoxItem Property
    In This Topic
    Gets the selected item in the GcComboBox. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectionBoxItem As Object
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Object
     
    value = instance.SelectionBoxItem
    public object SelectionBoxItem {get;}

    Property Value

    The selected item. The default is a null reference (Nothing in Visual Basic).
    See Also