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

ActionBase.ResetId() Method

Restores an Action‘s ActionBase.Id.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public void ResetId()

Remarks

By default, an Action’s ActionBase.Id property is set to a GUID. However, it is unattractive, and you can set another value to it. Note, that this value must be unique. If you need to set a GUID value again, use the ResetId method.

See Also