ASPxGaugeControl.IsPrintingAvailable Property
In This Article
Indicates whether the ASPxGaugeControl can be printed.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
The ASPxGaugeControl can be printed if the XtraPrinting Library is available. To print gauges, use the ASPxGaugeControl.Print method.
See Also