Skip to main content
All docs
V25.1
  • Bar

    BarPopupExpandable.ExpandMode Property

    Gets or sets the BarPopup’s expand mode.

    Namespace: DevExpress.Xpf.Bars

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public BarPopupExpandMode ExpandMode { get; set; }

    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.

    BarPopupExpandMode - Classic

    TabletOffice

    A BarPopup’s child items are displayed in the same container as the parent BarPopup.

    See Also