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


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

    Field Value

    The identifier for the SelectionBoxItemTemplate dependency property.
    See Also