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

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.v18.2.dll

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

Empty System.Drawing.Rectangle structure.

See Also