Skip to main content
A newer version of this page is available. .

IFlyoutDefaultProperties.ActualAlignment Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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