Method AddLinkLabel
AddLinkLabel(object, ItemActionDelegate?, CustomEventArgs?)
Adds item with the link label.
public virtual PanelSettingsItem AddLinkLabel(object label, PanelSettings.ItemActionDelegate? clickAction, CustomEventArgs? e = null)
Parameters
labelobjectText.
clickActionPanelSettings.ItemActionDelegateAction which is invoked when link label is clicked.
eCustomEventArgsAdditional arguments.
Returns
AddLinkLabel(object, Action?, CustomEventArgs?)
Adds item with the link label.
public virtual PanelSettingsItem AddLinkLabel(object label, Action? clickAction, CustomEventArgs? e = null)
Parameters
labelobjectText.
clickActionActionAction which is invoked when link label is clicked.
eCustomEventArgsAdditional arguments.