Skip to main content

PropertyGridControl.SelectedPropertyPath Property

Gets or sets the path of the currently selected property.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public string SelectedPropertyPath { get; set; }

Property Value

Type Description
String

A String value that is the name of the data field the property is bound to.

See Also