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

DxSchedulerAppointmentMappings.Description Property

Specifies the text for the appointment’s description.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Description { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the appointment property.

Remarks

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also