Skip to main content

CalendarHitInfo.Bounds Property

Gets or sets the bounding rectangle of the visual element. Not applicable for the DateNavigator control.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

Empty System.Drawing.Rectangle structure.

See Also