Class IgbToolAction
Represents base class for all tool actions in toolbar
Inheritance
System.Object
IgbToolAction
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolAction : BaseRendererElement, JsonSerializable, IDisposable
Constructors
Declaration
Properties
Declaration
public IgbToolActionCollection Actions { get; protected set; }
Property Value
Declaration
public IgbToolActionCollection ActualActions { get; }
Property Value
Declaration
public string ActualBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public ControlDisplayDensity ActualDensity { get; set; }
Property Value
ActualDisabledTextColor
Declaration
public string ActualDisabledTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string ActualHighlightColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double ActualHighlightRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ActualHighlightWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string ActualHoverBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string ActualIconFill { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double ActualIconHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string ActualIconStroke { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double ActualIconWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ActualPaddingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ActualPaddingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ActualPaddingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ActualPaddingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ActualSubtitleTextColor
Declaration
public string ActualSubtitleTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ActualTextColor
Declaration
public string ActualTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string AfterId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Background { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string BeforeId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool CloseOnExecute { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string CommandArgument { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public object CommandArgumentValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Declaration
public string CommandId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ContentActions
Declaration
public IgbToolActionCollection ContentActions { get; }
Property Value
ContextBindings
Declaration
public IgbToolContextBindingCollection ContextBindings { get; set; }
Property Value
Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
DisabledTextColor
Declaration
public string DisabledTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string FontFamily { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double FontSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string FontStyle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string FontWeight { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string HighlightColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double HighlightRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double HighlightWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string HoverBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string IconCollectionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string IconFill { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string IconFillColors { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double IconHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string IconName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string IconStroke { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string IconStrokeColors { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double IconStrokeWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double IconViewBoxHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double IconViewBoxLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double IconViewBoxTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double IconViewBoxWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double IconWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool IsDisabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsHighlighted { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public EventCallback<IgbToolCommandEventArgs> OnCommand { get; set; }
Property Value
Declaration
public string OnCommandScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string OverlayId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double PaddingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double PaddingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double PaddingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double PaddingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string ParentId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
protected override string ParentTypeName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
public EventCallback<IgbToolActionPerformedEventArgs> Performed { get; set; }
Property Value
Declaration
public string PerformedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int SubPanelRowHeight { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string Subtitle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string SubtitleFontFamily { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double SubtitleFontSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string SubtitleFontStyle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string SubtitleFontWeight { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SubtitleTextColor
Declaration
public string SubtitleTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TextColor
Declaration
public string TextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public HorizontalAlignment TitleHorizontalAlignment { get; set; }
Property Value
Declaration
protected BaseRendererElement ToolActionParent { get; set; }
Property Value
Declaration
protected BaseRendererControl ToolbarParent { get; set; }
Property Value
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
public Visibility Visibility { get; set; }
Property Value
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
Declaration
public virtual void CloseSubmenu()
Declaration
public virtual Task CloseSubmenuAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Declaration
Declaration
public string ExportSerializedVisualData()
Returns
| Type |
Description |
| System.String |
|
Declaration
public Task<string> ExportSerializedVisualDataAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.String> |
|
Declaration
public virtual object ExportVisualData()
Returns
| Type |
Description |
| System.Object |
|
Declaration
public virtual Task<object> ExportVisualDataAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Object> |
|
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Declaration
public virtual void OpenSubMenu()
Declaration
public virtual Task OpenSubMenuAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable