Skip to main content

IFlyoutDefaultProperties.ActualAlignment Property

Gets the current alignment settings for the pop-up Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
ContentAlignment ActualAlignment { get; }

Property Value

Type Description
ContentAlignment

ContentAlignment enumerator values that are the current alignment settings for the pop-up Flyout.

Remarks

To specify Flyout alignment settings, use the IFlyoutDefaultProperties.Alignment (individual Flyouts) or IFlyoutProperties.Alignment (all the View’s Flyouts) property. Individual Flyout properties override corresponding global View settings.

See Also