Back to Devexpress

DiagramCommands.ShowContainerHeader Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-395c7486.md

latest1.2 KB
Original Source

DiagramCommands.ShowContainerHeader Property

Gets the command that toggles the visibility of the header for the currently selected container items.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand ShowContainerHeader { get; }
vb
Public ReadOnly Property ShowContainerHeader As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface.

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace