Back to Devexpress

BarPopupExpandable.ExpandMode Property

wpf-devexpress-dot-xpf-dot-bars-dot-barpopupexpandable.md

latest1.5 KB
Original Source

BarPopupExpandable.ExpandMode Property

Gets or sets the BarPopup’s expand mode.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BarPopupExpandMode ExpandMode { get; set; }
vb
Public Property ExpandMode As BarPopupExpandMode

Property Value

TypeDescription
BarPopupExpandMode

A BarPopupExpandMode value that is the BarPopup’s expand mode.

|

Available values:

NameDescription
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

BarPopupExpandable Class

BarPopupExpandable Members

DevExpress.Xpf.Bars Namespace