Back to Devexpress

PropertyGridControl.SelectedPropertyPath Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-db3454fa.md

latest1.3 KB
Original Source

PropertyGridControl.SelectedPropertyPath Property

Gets or sets the path of the currently selected property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public string SelectedPropertyPath { get; set; }
vb
Public Property SelectedPropertyPath As String

Property Value

TypeDescription
String

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

|

See Also

Path

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace