AgendaViewAppointmentDisplayOptions.SubjectAreaHeight Property
Gets or sets the height of an area used to display an appointment subject.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Int32 | 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 |
|
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