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

GaugeControl.IsPrintingAvailable Property

Indicates whether the GaugeControl can be printed and exported in various formats.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[Browsable(false)]
public bool IsPrintingAvailable { get; }

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