Back to Devexpress

BandedGridView.CanDragBand(GridBand) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandedgridview-dot-candragband-x28-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-x29.md

latest2.8 KB
Original Source

BandedGridView.CanDragBand(GridBand) Method

Indicates whether a band can be dragged by end-users.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual bool CanDragBand(
    GridBand band
)
vb
Public Overridable Function CanDragBand(
    band As GridBand
) As Boolean

Parameters

NameTypeDescription
bandGridBand

A GridBand object representing the inspected band.

|

Returns

TypeDescription
Boolean

true if end-users can drag the band; otherwise, false.

|

Remarks

The method’s return value depends on the band’s OptionsBand.AllowMove option. The option specifies whether end-users can drag the band header to re-order bands. Note that band dragging by end-users is also controlled by the band’s OptionsBand.AllowPress option. If this option is disabled, end-users cannot drag the band regardless of the OptionsBand.AllowMove option setting. Thus, the CanDragBand method can return true while the band dragging is actually unavailable to end-users.

This function supports the grid’s internal infrastructure and is not intended to be called from your code.

See Also

AllowMove

GridBand

Customization Form -- Data Grid

BandedGridView Class

BandedGridView Members

DevExpress.XtraGrid.Views.BandedGrid Namespace