Skip to main content

XlsExportOptionsBase.RawDataMode Property

Specifies whether a grid’s actual data should be exported to XLS or XLSX (excluding all non-relevant elements, such as images, graphics, font and appearance settings).

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

[XtraSerializableProperty]
public bool RawDataMode { get; set; }

Property Value

Type Description
Boolean

true, to enable the raw data export mode; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RawDataMode
GridControl
.OptionsExportXlsx.RawDataMode

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also