Back to Devexpress

CustomDrawEmptyAreaEventArgs.EmptyRectangles Property

windowsforms-devexpress-dot-xtratreelist-dot-customdrawemptyareaeventargs-9c4a2c32.md

latest1.8 KB
Original Source

CustomDrawEmptyAreaEventArgs.EmptyRectangles Property

Gets the array of rectangles that specify the empty area.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public Rectangle[] EmptyRectangles { get; }
vb
Public ReadOnly Property EmptyRectangles As Rectangle()

Property Value

TypeDescription
Rectangle[]

An array of rectangles that specify the empty area.

|

Remarks

Empty areas appear when cells do not occupy the entire area of a control. The following image shows a Tree List whose empty area has been painted light green.

See Also

EmptyRows

CustomDrawEmptyArea

CustomDrawEmptyAreaEventArgs Class

CustomDrawEmptyAreaEventArgs Members

DevExpress.XtraTreeList Namespace