[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.SelectedValuePath

SelectedValuePath Property

SelectedValuePath

Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property. This is a dependency property.

Declaration
[Bindable(true)]
[Localizability(LocalizationCategory.NeverLocalize)]
public string SelectedValuePath { get; set; }
<Bindable(True)>
<Localizability(LocalizationCategory.NeverLocalize)>
Public Property SelectedValuePath As String
Property Value
Type Description
string

The property path that is used to get the SelectedValue property of the SelectedItem property. The default is Empty.

Examples

The following code example demonstrates how to use SelectedValue and SelectedValuePath property.