Skip to main content
Tab

TitleIndexStyles.Reset() Method

Returns the TitleIndexStyles 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 can be used to clear any explicitly defined properties and reset the TitleIndexStyles object to its original (that is, default) state.

See Also