Skip to main content
Tab

TabBase.IsActive Property

Gets a value that indicates whether the current tab is the control’s active tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsActive { get; }

#Property Value

Type Description
Boolean

true if the current tab is active; otherwise, false.

See Also