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.v19.1.dll

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