IFlyoutProperties Interface
Contains settings common to all Flyouts within a WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public interface IFlyoutProperties :
IContentContainerProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members return IFlyoutProperties objects:
Remarks
Global Flyout settings are stored in the IFlyoutProperties
object. Use the WindowsUIView.FlyoutProperties property to customize them. To override these global settings for an individual Flyout, access the IFlyoutDefaultProperties object via the Flyout.Properties property.
See Also