ActionBase.Id Property
Specifies an Action's identifier.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string property that represents the current Action's identifier. |
Remarks
By default, this property is set to a GUID. You can set another value in the Controller's contructor or Designer. This value will be saved to the Application Model's IModelAction node.
NOTE
An Action's identifier must be unique. For instance, you can set values like namespaces: "MyApp.FinancialOperations.AddTurnoverAction".
See Also
Feedback