Back to Devexpress

DiagramControl.IsContainerToolsVisible Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-363a01b6.md

latest1.3 KB
Original Source

DiagramControl.IsContainerToolsVisible Property

Gets whether the Container Tools Ribbon category is currently displayed. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
[Browsable(false)]
public bool IsContainerToolsVisible { get; }
vb
<Browsable(False)>
Public ReadOnly 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.Xpf.Diagram Namespace