DevExpress.XtraGrid.Views.BandedGrid Namespace
Contains classes implementing the Banded Grid Views and Advanced Banded Grid Views functionality (BandedGridView and AdvBandedGridView).
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Classes
| Name | Description |
|---|---|
| AdvBandedGridOptionsNavigation | Provides navigation options for Advanced Banded Grid Views. |
| AdvBandedGridOptionsSelection | Provides selection options for Advanced Banded Grid Views. |
| AdvBandedGridOptionsView | Provides appearance options for Advanced Banded Grid Views. |
| AdvBandedGridView | Displays data in a tabular form and organizes columns into bands. Supports complex data cell arrangements. |
| BandedGridColumn | Represents an individual column in Banded Grid Views. |
| BandedGridColumnCollection | Represents a banded grid column collection. |
| BandedGridColumnReadOnlyCollection | Represents a read-only collection of banded columns. |
| BandedGridOptionsBehavior | Contains behavior options for Banded Grid Views. |
| BandedGridOptionsCustomization | Provides customization options for Banded Grid Views. |
| BandedGridOptionsHint | Provides hint options for Banded Grid Views. |
| BandedGridOptionsPrint | Provides print/export options for Banded Grid Views. |
| BandedGridOptionsView | Provides appearance options for Banded Grid Views. |
| BandedGridView | Displays data in a tabular form and organizes columns into bands. |
| BandedViewAppearances | Provides the appearance settings used to paint the elements in a Banded Grid View. |
| BandedViewPrintAppearances | Provides the appearance settings used to paint the elements in a Banded Grid View when the grid control is printed/exported. |
| BandEventArgs | Provides data for the BandedGridView.BandWidthChanged event. |
| BandHeaderCustomDrawEventArgs | Provides data for the BandedGridView.CustomDrawBandHeader event. |
| GridBand | Represents an individual band. |
| GridBandCollection | Represents a band collection. |
| GridBandColumnCollection | Represents a column collection owned by a band. |
| OptionsBand | Provides options for bands. |
Delegates
| Name | Description |
|---|---|
| BandEventHandler | Represents a method that will handle the BandedGridView.BandWidthChanged event. |
| BandHeaderCustomDrawEventHandler | Represents a method that will handle the BandedGridView.CustomDrawBandHeader event. |
Enums
| Name | Description |
|---|---|
| BandedGridState | Contains values indicating all available Banded Grid View states. |