Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

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