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

AgendaViewAppointmentDisplayOptions.SubjectAreaHeight Property

Gets or sets the height of an area used to display an appointment subject.

Namespace: DevExpress.XtraScheduler

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

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

Declaration

[DefaultValue(0)]
public int SubjectAreaHeight { get; set; }

Property Value

Type Default Description
Int32 0

An integer that specifies the area height in pixels. A value of 0 (zero) displays a single line of text.

Property Paths

You can access this nested property as listed below:

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

Remarks

The following picture illustrates how a multiline appointment subject is displayed when the SubjectAreaHeight is set to 55.

SubjectAreaHeight_55

Note

If the AgendaViewAppointmentDisplayOptions.AllowMultiLineSubject property is set to true, the SubjectAreaHeight setting has no effect.

See Also