Back to Devexpress

PropertyGridControl.SelectedPropertyValue Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-04b9826e.md

latest1.5 KB
Original Source

PropertyGridControl.SelectedPropertyValue Property

Gets the value of the currently selected property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public object SelectedPropertyValue { get; }
vb
Public ReadOnly Property SelectedPropertyValue As Object

Property Value

TypeDescription
Object

The object that is the value of the currently selected property.

|

Remarks

If the property grid is bound to a collection (via the PropertyGridControl.SelectedObjects property) and the selected property’s value differs between collection items, the SelectedPropertyValue property returns null.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace