Back to Devexpress

AgendaViewAppointmentDisplayOptions.SubjectAreaHeight Property

corelibraries-devexpress-dot-xtrascheduler-dot-agendaviewappointmentdisplayoptions-4ee559d1.md

latest2.4 KB
Original Source

AgendaViewAppointmentDisplayOptions.SubjectAreaHeight Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(0)]
public int SubjectAreaHeight { get; set; }
vb
<DefaultValue(0)>
Public Property SubjectAreaHeight As Integer

Property Value

TypeDefaultDescription
Int320

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

.AppointmentDisplayOptions .SubjectAreaHeight

|

Remarks

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

Note

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

See Also

Agenda View

AllowMultiLineSubject

AgendaViewAppointmentDisplayOptions Class

AgendaViewAppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace