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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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