IFlyoutDefaultProperties Interface
Contains settings for a specific Flyout within a WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public interface IFlyoutDefaultProperties :
IContentContainerDefaultProperties,
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members return IFlyoutDefaultProperties objects:
Remarks
The IFlyoutDefaultProperties
object, accessed via the Flyout.Properties property, overrides global settings provided by the View’s IFlyoutProperties object.
See Also