Skip to main content
A newer version of this page is available. .

RowInfo.Path Property

Gets the path to the database field displayed by the row. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public string Path { get; }

Property Value

Type Description
String

A String value that is the name of a data field.

Remarks

The value of the Path property corresponds to the value of the PropertyDefinitionBase.Path property.

See Also