CustomDrawEmptyAreaEventArgs.BehindColumn Property
Gets the blank column’s bounding rectangle.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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