Skip to main content

ExportColumnHeaderMode Enum

Lists values that specify the page(s) where DataGridView column headers are exported.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public enum ExportColumnHeaderMode

Members

Name Description
OnlyFirstPage

DataGridView column headers are exported on the first page of an exported document.

EachPage

DataGridView column headers are exported on each page of an exported document.

Never

DataGridView column headers are not exported.

Related API Members

The following properties accept/return ExportColumnHeaderMode values:

See Also