Skip to main content
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.v23.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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also