Skip to main content

GridViewHitInfoBase.Band Property

Gets a band located under the test object.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public BandBase Band { get; }

#Property Value

Type Description
BandBase

A DevExpress.Xpf.Grid.BandBase object that represents the column located under the test object.

#Remarks

Use the Band property to obtain the band that is under the test object. If the test object belongs to a visual element that does not belong to any band, the Band property returns null (Nothing in Visual Basic).

To identify the type of a visual element that is under the test object, use the TableViewHitInfo.HitTest property.

To learn more, see Hit Information.

#Implements

DevExpress.Xpf.Grid.IDataViewHitInfo.Band
See Also