Skip to main content

GridComboBoxColumn.SelectedValuePath Property

Gets or sets the property path used to get the value of the selected item. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string SelectedValuePath { get; set; }

Property Value

Type Description
String

A string value that specifies the property path used to get the value of the selected item.

See Also