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

FlyoutPanel.Options Property

Contains the FlyoutPanel’s view and behavior options.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

[DXCategory("Options")]
public FlyoutPanelOptions Options { get; }

Property Value

Type Description
FlyoutPanelOptions

The FlyoutPanel’s view and behavior options.

See Also