Skip to main content

HierarchicalChartControlBase.PrintOptions Property

Returns the Control’s print settings.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.UI.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public PrintOptions PrintOptions { get; }

Property Value

Type Description
PrintOptions

The Control’’s print settings storage.

See Also