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

AgendaViewAppointmentDisplayOptions.AllowMultiLineSubject Property

An option that allows multiline display of an appointment subject text.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

[DefaultValue(false)]
public bool AllowMultiLineSubject { get; set; }

Property Value

Type Default Description
Boolean false

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:

Library Object Type Path to AllowMultiLineSubject
WinForms Controls AgendaView
.AppointmentDisplayOptions .AllowMultiLineSubject
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions .AllowMultiLineSubject
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions .AllowMultiLineSubject
MVCxSchedulerAgendaView
.AppointmentDisplayOptions .AllowMultiLineSubject

Remarks

AllowMultiLineSubject = false AllowMultiLineSubject = true
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