Skip to main content

SchedulerViewCellBase.ScrollContentBounds Property

The area to fill when indicating an appointment status.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual Rectangle ScrollContentBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the area to paint with the status brush.

See Also