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

Mapping.Path Property

Gets or sets the name of the data field the current object represents.

Namespace: DevExpress.Xpf.Gantt

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

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

Declaration

[DefaultValue("")]
public string Path { get; set; }

Property Value

Type Default Description
String String.Empty

A string value indicating the data field name.

See Also