Flyout.Properties Property
Provides access to the object that stores the current Flyout settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
IFlyoutDefaultProperties | An IFlyoutDefaultProperties object that stores the current Flyout settings. |
Remarks
Individual Flyout settings provided via IFlyoutDefaultProperties objects override global View settings stored in the IFlyoutProperties object. Use the WindowsUIView.FlyoutProperties property to access these global settings.
See Also