AppointmentViewInfo.InnerBounds Property
Gets or sets the rectangle representing the appointment body.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Rectangle | A Rectangle object representing the appointment body for display. |
Remarks
The rectangle obtained via the InnerBounds property encloses the appointment content area excluding borders and content paddings.
See Also