Back to Devexpress

CustomDrawDayNumberCellEventArgs.ContentBounds Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-d4b4ff74.md

latest1.3 KB
Original Source

CustomDrawDayNumberCellEventArgs.ContentBounds Property

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

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Rectangle ContentBounds { get; }
vb
Public ReadOnly Property ContentBounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace