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

ASPxGaugeControl.IsPrintingAvailable Property

Indicates whether the ASPxGaugeControl can be printed.

Namespace: DevExpress.Web.ASPxGauges

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

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