Back to Devexpress

Mapping.Path Property

wpf-devexpress-dot-xpf-dot-gantt-dot-mapping-8076612e.md

latest1.1 KB
Original Source

Mapping.Path Property

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

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
[DefaultValue("")]
public string Path { get; set; }
vb
<DefaultValue("")>
Public Property Path As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value indicating the data field name.

|

See Also

Mapping Class

Mapping Members

DevExpress.Xpf.Gantt Namespace