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

CustomDrawDayNumberCellEventArgs.ContentBounds Property

Gets the bounds of the cell’s content (text).

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public Rectangle ContentBounds { get; }

Property Value

Type Description
Rectangle

The bounds of the cell’s content (text).

See Also