Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Boolean

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

See Also