Skip to main content

GaugeControl.IsPrintingAvailable Property

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

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

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