Skip to main content

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ICommand ShowContainerHeader { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface.

See Also