AgendaViewAppointmentDisplayOptions.AllowMultiLineSubject Property
An option that allows multiline display of an appointment subject text.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, to show as many lines as required to display a subject text; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowMultiLineSubject |
---|---|
AgendaView |
|
Remarks
AllowMultiLineSubject = false | AllowMultiLineSubject = true |
---|---|
Tip
Set the AllowMultiLineSubject to false and use the AgendaViewAppointmentDisplayOptions.SubjectAreaHeight property to specify the exact height of a multiline subject area.
See Also