BarSubItemLink.IsOpened Property
In This Article
Gets or sets whether the sub-menu is open. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the sub-menu is open; otherwise, false. |
#Remarks
The IsOpened property allows you to open the sub-menu from code.
See Also