Back to Devexpress

GridBandMenuInfo.Band Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridbandmenuinfo.md

latest1.0 KB
Original Source

GridBandMenuInfo.Band Property

Gets the band for which the context menu has been invoked.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public BandBase Band { get; }
vb
Public ReadOnly Property Band As BandBase

Property Value

TypeDescription
BandBase

A BandBase object.

|

See Also

GridBandMenuInfo Class

GridBandMenuInfo Members

DevExpress.Xpf.Grid Namespace