Skip to main content

FlyoutPanel.Options Property

Contains the FlyoutPanel’s view and behavior options.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.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