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

FlyoutBase.ActualSettings Property

Gets the flyout settings currently applied to the flyout.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public FlyoutSettingsBase ActualSettings { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.Flyout.FlyoutSettingsBase

A FlyoutSettings class instance, providing access to the actual flyout settings.

See Also