Back to Devexpress

PropertyGridControl.GetRowValueByRowPath(String) Method

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-dot-getrowvaluebyrowpath-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

PropertyGridControl.GetRowValueByRowPath(String) Method

Returns the value of the specified property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public object GetRowValueByRowPath(
    string propertyPath
)
vb
Public Function GetRowValueByRowPath(
    propertyPath As String
) As Object

Parameters

NameTypeDescription
propertyPathString

A String which specifies the property path.

|

Returns

TypeDescription
Object

The object that is the specified property’s value.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace