Back to Devexpress

CustomDrawEmptyAreaEventArgs.EmptyRows Property

windowsforms-devexpress-dot-xtratreelist-dot-customdrawemptyareaeventargs-4ba201f1.md

latest2.1 KB
Original Source

CustomDrawEmptyAreaEventArgs.EmptyRows Property

Gets the bounding rectangle occupied by the empty rows.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Rectangle

A Rectangle structure which represents the bounding rectangle occupied by the empty rows.

|

Remarks

The Tree List’s empty area includes the area occupied by the empty rows which is located under the last node (see the image below). Its bounding rectangle is returned by the CustomDrawEmptyAreaEventArgs.EmptyRows property.

The region occupied by the empty space is represented by the CustomDrawEmptyAreaEventArgs.EmptyRectangles property.

See Also

EmptyRectangles

CustomDrawEmptyAreaEventArgs Class

CustomDrawEmptyAreaEventArgs Members

DevExpress.XtraTreeList Namespace