WindowsUIView.FlyoutProperties Property
Provides access to general settings common to all Flyouts within the WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IFlyoutProperties FlyoutProperties { get; }
Property Value
Type | Description |
---|---|
IFlyoutProperties | An IFlyoutProperties object that stores general settings common to all Flyouts within the WindowsUIView. |
Remarks
To override general Flyout settings for individual Flyouts, use the Flyout.Properties property.
See Also