Skip to main content

Mapping.Path Property

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

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: 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