RibbonControl.PopupMenuAlignment Property
In This Article
Gets or sets how popup menus associated with this RibbonControl should be aligned.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(PopupMenuAlignment.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public PopupMenuAlignment PopupMenuAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A DevExpress. |
See Also