Gets a value that indicates whether the submenu of the C1MenuItem is open.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsSubmenuOpen { get; set; }
Visual Basic
Public Property IsSubmenuOpen As Boolean
	Get
	Set

See Also