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

BandEventArgs Class

Provides data for the BandedGridView.BandWidthChanged event.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public class BandEventArgs :
    EventArgs

Remarks

Use the BandEventArgs.Band property to identify the currently processed band.

Inheritance

Object
EventArgs
BandEventArgs
See Also