Skip to main content
.NET 6.0+

ActionBase.ResetId() Method

Restores an Action‘s ActionBase.Id.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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