Skip to main content

IFlyoutDefaultProperties.Alignment Property

Gets or sets the current pop-up Flyout‘s alignment.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

ContentAlignment Alignment { get; set; }

Property Value

Type Description
ContentAlignment

A ContentAlignment enumerator value that specifies the current pop-up Flyout‘s alignment.

Remarks

You can customize alignment only for those Flyouts whose IFlyoutDefaultProperties.Style property equals FlyoutStyle.Popup. Message box Flyouts are always displayed within a bar, centered against the form.

To specify alignment settings common to all pop-up Flyouts within a View, use the IFlyoutProperties.Alignment property instead. Individual Flyout settings override corresponding global View settings.

See Also