Class JJLinkButtonGroup
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
public class JJLinkButtonGroup : HtmlComponent
- Inheritance
-
JJLinkButtonGroup
- Inherited Members
Constructors
JJLinkButtonGroup(IStringLocalizer<MasterDataResources>)
public JJLinkButtonGroup(IStringLocalizer<MasterDataResources> stringLocalizer)
Parameters
stringLocalizer
IStringLocalizer<MasterDataResources>
Properties
Actions
Actions of input
public List<JJLinkButton> Actions { get; set; }
Property Value
CaretText
public string CaretText { get; set; }
Property Value
MoreActionsText
public string MoreActionsText { get; set; }
Property Value
ShowAsButton
public bool ShowAsButton { get; set; }