Skip to main content
Tab

GridPopupControlStyles.Reset() Method

Returns the GridPopupControlStyles object to its original state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void Reset()

Remarks

Use the Reset method to clear any explicitly defined properties and reset the GridPopupControlStyles object to its original (that is, default) state.

See Also