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

CustomDrawEmptyAreaEventArgs.BehindColumn Property

Gets the blank column’s bounding rectangle.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public Rectangle BehindColumn { get; }

Property Value

Type Description
Rectangle

A Rectangle structure specifying the drawing area under the blank column header.

Remarks

The blank column is displayed only if the control’s TreeListOptionsView.AutoWidth option is disabled and the total width of all column headers is less than the Tree List’s width.

See Also