FlyoutClosingEventArgs.CloseReason Property
In This Article
Identifies the action that closes the Flyout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public FlyoutCloseReason CloseReason { get; }
#Property Value
Type | Description |
---|---|
Flyout |
A value that identifies the close action reason. |
Available values:
Name | Description |
---|---|
Programmatically | You set the Is |
Escape |
A user pressed Escape. |
Outside |
A user clicked outside the Flyout’s boundaries. You can set the Close |
#Remarks
Refer to the Closing event description for more information and an example.
See Also