Skip to main content
A newer version of this page is available. .

CustomDrawAppointmentFlyoutSubjectEventArgs.StatusBounds Property

Gets the location and size of the status line in the flyout’s Subject rectangle.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public Rectangle StatusBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that is the rectangle to display the status line.

See Also