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

SchedulerViewCellBase.ScrollContentBounds Property

The area to fill when indicating an appointment status.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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