Skip to main content
A newer version of this page is available. .

BandedLayoutMode Enum

Contains values that enumerate possible ways of exporting bands and columns from Banded Views.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum BandedLayoutMode

Members

Name Description
Default

The layout of grid bands and columns is preserved in the output worksheet.

Grid-DataAwareExport-BandedLayoutMode-Default.png

LinearBandsAndColumns

Bands and columns are stretched out in a single line in the output worksheet. Bands are presented in the output by worksheet collapsible columns without data.

Grid-DataAwareExport-BandedLayoutMode-LinearBandsAndColumns.png

LinearColumns

Columns from all visible grid bands are stretched out in a single line in the output worksheet. Grid bands are not added to the output.

Grid-DataAwareExport-BandedLayoutMode-LinearColumns.png

Related API Members

The following properties accept/return BandedLayoutMode values:

See Also