Back to Devexpress

PropertyGridControl.SetRowValueByRowPath(String, Object) Method

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

latest1.7 KB
Original Source

PropertyGridControl.SetRowValueByRowPath(String, Object) Method

Sets 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 Exception SetRowValueByRowPath(
    string propertyPath,
    object value
)
vb
Public Function SetRowValueByRowPath(
    propertyPath As String,
    value As Object
) As Exception

Parameters

NameTypeDescription
propertyPathString

A String which specifies the property path.

| | value | Object |

The object to be set as the specified property’s value.

|

Returns

TypeDescription
Exception

A Exception.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace