Skip to main content

AgendaViewAppointmentDisplayOptions.AllowMultiLineSubject Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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:

Object Type Path to AllowMultiLineSubject
AgendaView
.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