Skip to main content
A newer version of this page is available. .

Flyout.Properties Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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