DropDownClosingEventArgs.CloseReason Property
Identifies the action that closes the drop-down window.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DropDownCloseReason CloseReason { get; }
Property Value
| Type | Description |
|---|---|
| DropDownCloseReason | A value that identifies the close action reason. |
Available values:
| Name | Description |
|---|---|
| Programmatically | You set the IsOpen property to |
| EscapePress | A user pressed Escape. |
| OutsideClick | A user clicked outside the drop-down window’s boundaries. You can set the CloseOnOutsideClick property to |
Remarks
Refer to the Closing event description for more information and an example.
See Also