Skip to main content

TabPageEventArgs.Action Property

Gets the action being performed on a tab.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.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