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

AzureCompatibility.Enable Property

OBSOLETE

This property has become obsolete. Use the 'Enable' property instead.

Use the AzureCompatibility.Enable property instead.

Namespace: DevExpress.Office

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

Declaration

[Obsolete("This property has become obsolete. Use the 'DevExpress.Utils.AzureCompatibility.Enable' property instead.")]
public static bool Enable { get; set; }

Property Value

Type Description
Boolean

true if the document export is Azure-compatible; otherwise false.

See Also