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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetXlsExportNativeFormat(DependencyObject) and SetXlsExportNativeFormat(DependencyObject, Nullable<Boolean>).
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