Back to Devexpress

BandedLayoutMode Enum

corelibraries-devexpress-dot-export-5c96ddc2.md

latest2.1 KB
Original Source

BandedLayoutMode Enum

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

Namespace : DevExpress.Export

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum BandedLayoutMode
vb
Public Enum BandedLayoutMode

Members

NameDescription
Default

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

| | 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.

| | 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.

|

The following properties accept/return BandedLayoutMode values:

See Also

XlsExportOptionsEx.BandedLayoutMode

XlsxExportOptionsEx.BandedLayoutMode

DevExpress.Export Namespace