Skip to main content

ASPxGaugeControl.IsPrintingAvailable Property

Indicates whether the ASPxGaugeControl can be printed.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v24.2.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public bool IsPrintingAvailable { get; }

#Property Value

Type Description
Boolean

true if the ASPxGaugeControl can be printed; otherwise, false.

#Remarks

The ASPxGaugeControl can be printed if the XtraPrinting Library is available. To print gauges, use the ASPxGaugeControl.Print method.

See Also