Skip to main content
A newer version of this page is available. .

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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("", Handler = "UpdateCellsDisplayValue")]
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