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

DxSchedulerAppointmentMappings.Subject Property

Specifies the appointment’s caption text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Subject { 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