Class UiOptionMenuActionValue
Represents a menu action value for a UI option.
Implements
Inherited Members
Namespace: Serenity.Ui.Domain.Entities
Assembly: Serenity.Ui.Domain.dll
Syntax
public class UiOptionMenuActionValue : UiOptionValue, IFoundationSettings
Constructors
UiOptionMenuActionValue(string, string, string, UiComponentInteractionType)
Initializes a new instance of the UiOptionMenuActionValue class.
Declaration
public UiOptionMenuActionValue(string id, string menuId, string value, UiComponentInteractionType uiElement)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The unique identifier of the option. |
| string | menuId | The view identifier of the option. |
| string | value | The string value of the option. |
| UiComponentInteractionType | uiElement | The interaction type of the UI element. |