Sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v17.2.dll

Syntax
C# |
public BootstrapTabBuilder Enabled(
bool enabled
)
|
VB |
Public Function Enabled(
ByVal enabled As Boolean
) As BootstrapTabBuilder
|
Parameters
-
enabled
-
Type: Boolean
Return value
Type:
BootstrapTabBuilder

See Also