Skip to main content
All docs
V26.1
  • BandedGridHitInfo.BandInfo Property

    Gets an object that contains information on the band under the test point.

    Namespace: DevExpress.XtraGrid.Views.BandedGrid.ViewInfo

    Assembly: DevExpress.XtraGrid.v26.1.dll

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

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public GridBandInfoArgs BandInfo { get; }

    Property Value

    Type Description
    DevExpress.XtraGrid.Drawing.GridBandInfoArgs

    An object that contains information on the band under the test point.

    See Also