Back to Devexpress

TabCloseEventArgs.CloseReason Property

blazor-devexpress-dot-blazor-dot-tabcloseeventargs-dc736e6a.md

latest1.1 KB
Original Source

TabCloseEventArgs.CloseReason Property

Identifies the action that closes the tab.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public TabCloseReason CloseReason { get; }

Property Value

TypeDescription
TabCloseReason

A value that identifies the close action reason.

|

Available values:

NameDescription
DeletePress

A user pressed the Delete key.

| | CloseButtonClick |

A user clicks the Close button in the tab header.

|

Remarks

Refer to the TabClosing event description for additional information and an example.

See Also

TabCloseEventArgs Class

TabCloseEventArgs Members

DevExpress.Blazor Namespace