Skip to main content

AppointmentMappings.Description Property

Gets or sets the data field to which an appointment’s AppointmentItem.Description property is bound.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public Mapping Description { get; set; }

Property Value

Type Description
Mapping

A DevExpress.WinUI.Scheduler.Mapping value that specifies the name of the bound data field.

See Also