BarPopupExpandable.ExpandMode Property
Gets or sets the BarPopup’s expand mode.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
BarPopupExpandMode | A BarPopupExpandMode value that is the BarPopup’s expand mode. |
Available values:
Name | Description |
---|---|
Classic | A BarPopupMenu’s child items are expanded to the parent’s side. |
TabletOffice | A BarPopup’s child items are displayed in the same container as the parent BarPopup. |
See Also