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

Mapping.FieldName Property

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

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public string FieldName { get; set; }

Property Value

Type Description
String

A string value indicating the data field name.

See Also