AgendaViewAppointmentDisplayOptions.SubjectAreaHeight Property
In This Article
Gets or sets the height of an area used to display an appointment subject.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#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 Subject |
---|---|
Agenda |
|
#Remarks
The following picture illustrates how a multiline appointment subject is displayed when the SubjectAreaHeight is set to 55.
Note
If the Agenda
See Also