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

FlyoutCloseMode Enum

Lists values that specify how a flyout behaves when it does not meet the position restrictions.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum FlyoutCloseMode

Members

Name Description
Hide

A Flyout is hidden.

Close

A Flyout is closed.

None

A Flyout stays visible.

Related API Members

The following properties accept/return FlyoutCloseMode values:

See Also