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

TreeList.BandWidthChanged Event

Occurs when the band’s width is changed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public event BandEventHandler BandWidthChanged

Event Data

The BandWidthChanged event's data class is DevExpress.XtraTreeList.BandEventArgs.

Remarks

The BandWidthChanged event occurs in the following cases:

  • the band’s width has been modified by dragging the band header’s right edge;
  • the band’s width has been changed by setting the TreeListBand.Width property.

This event is not fired when the TreeListOptionsView.AutoWidth property is set to true and the band’s width is changed as a result of modifying the TreeList’s width.

See Also