Skip to main content
A newer version of this page is available. .

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

Declaration

public ICommand ShowContainerHeader { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface.

See Also