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

TabPageEventArgs.Action Property

Gets the action being performed on a tab.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TabControlAction Action { get; }

Property Value

Type Description
TabControlAction

A TabControlAction value that identifies the action being performed on a tab.

See Also