Skip to main content
Bar

BarSubItemLink.IsOpened Property

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

public bool IsOpened { get; protected set; }

#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