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.v19.2.Core.dll

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 Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.AllowMultiLineSubject
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.AllowMultiLineSubject
ASP.NET Bootstrap Controls BootstrapAgendaView
.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