Skip to main content

RowInfo.FullPath Property

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

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public string FullPath { get; }

Property Value

Type Description
String

A String value that is the path to the data field.

See Also