Skip to main content

AppointmentViewInfo.InnerBounds Property

Gets or sets the rectangle representing the appointment body.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public Rectangle InnerBounds { get; set; }

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