Back to Devexpress

AgendaViewAppointmentDisplayOptions.AllowMultiLineSubject Property

corelibraries-devexpress-dot-xtrascheduler-dot-agendaviewappointmentdisplayoptions-b687cfc4.md

latest2.5 KB
Original Source

AgendaViewAppointmentDisplayOptions.AllowMultiLineSubject Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(false)]
public bool AllowMultiLineSubject { get; set; }
vb
<DefaultValue(False)>
Public Property AllowMultiLineSubject As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to AllowMultiLineSubject
AgendaView

.AppointmentDisplayOptions .AllowMultiLineSubject

|

Remarks

AllowMultiLineSubject = falseAllowMultiLineSubject = 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

Agenda View

SubjectAreaHeight

AgendaViewAppointmentDisplayOptions Class

AgendaViewAppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace