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

DockableTitle.Visible Property

OBSOLETE

This property is obsolete now. Use the Visibility property instead.

Specifies whether the dockable title is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
[Browsable(false)]
[XtraSerializableProperty]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true, if the dockable title is visible; otherwise, false.

See Also