Skip to main content

TimeCell.Bounds Property

Gets or sets the bounds used to paint the time cell.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure that is the time cell visual bounds.

See Also