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

ASPxGridViewExportRenderingEventArgs.XlsExportNativeFormat Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DefaultBoolean XlsExportNativeFormat { get; set; }

Property Value

Type Description
DefaultBoolean

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