Back to Devexpress

CustomDrawEmptyAreaEventArgs.BehindColumn Property

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

latest1.7 KB
Original Source

CustomDrawEmptyAreaEventArgs.BehindColumn Property

Gets the blank column’s bounding rectangle.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
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

AutoWidth

CustomDrawEmptyAreaEventArgs Class

CustomDrawEmptyAreaEventArgs Members

DevExpress.XtraTreeList Namespace