IFlyoutDefaultProperties.ActualAlignment Property
Gets the current alignment settings for the pop-up Flyout.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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