Skip to main content
A newer version of this page is available. .
Tab

PagerPageSizeItemStyle.Reset() Method

Returns the PagerPageSizeItemStyle object to its original state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override void Reset()

Remarks

The Reset method can be used to clear any explicitly defined properties, and reset the PagerPageSizeItemStyle object to its original (that is, default) state.

See Also