GaugeControl.IsPrintingAvailable Property
Indicates whether the GaugeControl can be printed and exported in various formats.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the control can be printed and exported; otherwise, false. |
Remarks
The control can be printed and exported in various formats if the XtraPrinting Library is available. To print the control, call the GaugeControl.Print method.
See Also