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

TextExportSettings.XlsExportNativeFormat Attached Property

Specifies whether a brick’s content is exported to XLS (or XLSX) as text, or as a value. This is a dependency property. This is an attached property.

Namespace: DevExpress.Xpf.Printing

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

Declaration

Returns

Type Description
Nullable<Boolean>

true to export a brick’s content in native Excel value format; otherwise false.

Remarks

When attaching this property to a visual element, its settings are used when a document is exported to XLS format.

When this property is set to null (Nothing in Visual Basic), the document’s global export options are utilized.

See Also