Back to Devexpress

DockableTitle.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-dockabletitle-ef0f59cf.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the Visibility property instead.")]
public bool Visible { get; set; }
vb
<Obsolete("This property is obsolete now. Use the Visibility property instead.")>
<Browsable(False)>
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DockableTitle Class

DockableTitle Members

DevExpress.XtraCharts Namespace