Back to Devexpress

DiagramControl.IsContainerToolsVisible Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-abc9554b.md

latest1.3 KB
Original Source

DiagramControl.IsContainerToolsVisible Property

Gets whether the Container Tools Ribbon category is currently displayed.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual bool IsContainerToolsVisible { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property IsContainerToolsVisible As Boolean

Property Value

TypeDescription
Boolean

true if the Container Tools ribbon category is displayed; otherwise, false.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace