ASPxGaugeControl.IsPrintingAvailable Property
Indicates whether the ASPxGaugeControl can be printed.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.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