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


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

    Field Value

    The identifier for the SelectedValue dependency property.
    See Also