DxSchedulerAppointmentMappings.Subject Property
Maps appointment caption texts.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerMapping Subject { get; set; }
Property Value
Type | Description |
---|---|
DxSchedulerMapping | Maps the data field to the Subject appointment property. |
Remarks
Refer to the DxSchedulerAppointmentMappings class description for an example.
See Also