Skip to main content

AgendaViewAppointmentDisplayOptions.SubjectAreaHeight Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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:

Object Type Path to SubjectAreaHeight
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