ActionBase.ResetId() Method
Restores an Action‘s ActionBase.Id.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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