Skip to main content

DxSchedulerAppointmentMappings.Description Property

Maps appointment description texts.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Description { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the Description appointment property.

Remarks

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also