Back to Devexpress

RibbonControl.PopupMenuAlignment Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-d76843f7.md

latest1.7 KB
Original Source

RibbonControl.PopupMenuAlignment Property

Gets or sets how popup menus associated with this RibbonControl should be aligned.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(PopupMenuAlignment.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public PopupMenuAlignment PopupMenuAlignment { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(PopupMenuAlignment.Default)>
<XtraSerializableProperty>
Public Property PopupMenuAlignment As PopupMenuAlignment

Property Value

TypeDefaultDescription
DevExpress.XtraBars.PopupMenuAlignmentDefault

A DevExpress.XtraBars.PopupMenuAlignment enumerator value that specifies how popup menus associated with this RibbonControl should be aligned.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace