Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / SelectionBoxItemProperty Field


In This Topic
    SelectionBoxItemProperty Field
    In This Topic
    Identifies the SelectionBoxItem dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly SelectionBoxItemProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.SelectionBoxItemProperty
    public static readonly DependencyProperty SelectionBoxItemProperty

    Field Value

    The identifier for the SelectionBoxItem dependency property.
    See Also