Class DropdownButtonEditTemplateActionComponent
Component that represents dropdown action button that can be used as edit template action.
public sealed class DropdownButtonEditTemplateActionComponent : IEditTemplateActionComponent
- Inheritance
-
objectDropdownButtonEditTemplateActionComponent
- Implements
- Extension Methods
Constructors
DropdownButtonEditTemplateActionComponent()
Initializes an instance of the DropdownButtonEditTemplateActionComponent class.
public DropdownButtonEditTemplateActionComponent()
Properties
Actions
List of actions displayed in the menu of the dropdown button.
public IList<Action> Actions { get; set; }
Property Value
- IList<Action>
ClientComponentName
Name of the front-end type implementing the UI form component.
public string ClientComponentName { get; }
Property Value
- string
Disabled
Indicates whether button is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Label
Label of the dropdown button.
public string Label { get; set; }
Property Value
- string
Title
Gets or sets the tooltip of a button.
public string Title { get; set; }
Property Value
- string