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

PageInfoTextBrickBase.XlsExportNativeFormat Property

For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue(DefaultBoolean.False)]
public DefaultBoolean XlsExportNativeFormat { get; set; }

Property Value

Type Default Description
DefaultBoolean **False**

A DefaultBoolean enumeration value.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also