Skip to main content

CustomDrawAppointmentFlyoutSubjectEventArgs.StatusBounds Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public Rectangle StatusBounds { get; }

Property Value

Type Description
Rectangle

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

See Also