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

CustomDrawEmptyAreaEventArgs.EmptyRectangles Property

Gets the array of rectangles that specify the empty area.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public Rectangle[] EmptyRectangles { get; }

Property Value

Type Description
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.

CustomDrawEmptyAreaEventArgs_EmptyRectangles

See Also