Skip to main content
Tab

TabControlStyle.Reset() Method

Returns the TabControlStyle object to its original state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void Reset()

Remarks

The Reset method clears any explicitly defined properties and resets the TabControlStyle object to its original (i. e. default) state.

See Also