Skip to main content

Flyout.Properties Property

Provides access to the object that stores the current Flyout settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
public IFlyoutDefaultProperties Properties { get; }

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