Class IgbToolbar
Inheritance
System.Object
IgbToolbar
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolbar : BaseRendererControl, JsonSerializable
Constructors
Declaration
Properties
Gets or sets the data or data source instance to which to bind the grid.
Declaration
public IgbToolActionCollection Actions { get; set; }
Property Value
Gets or sets the data or data source instance to which to bind the grid.
Declaration
public IgbToolActionCollection ActualActions { get; set; }
Property Value
Gets or sets the data or data source instance to which to bind the grid.
Declaration
public IgbToolActionCollection AutoGeneratedActions { get; set; }
Property Value
Gets or sets the color to use for the background of the component.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Declaration
public string CellFontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double CellFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string CellFontStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CellFontWeight { get; set; }
Property Value
Type |
Description |
System.String |
|
DisabledTextColor
Declaration
public string DisabledTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string GroupHeaderBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string GroupHeaderTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string HoverBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string IconFill { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string IconStroke { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public EventCallback<IgbToolCommandEventArgs> OnCommand { get; set; }
Property Value
Declaration
public string OnCommandScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the color to use for the background of the component.
Declaration
public ToolbarOrientation Orientation { get; set; }
Property Value
Declaration
protected override string ParentTypeName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public string SeparatorBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double SeparatorHorizontalPaddingBottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double SeparatorHorizontalPaddingLeft { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double SeparatorHorizontalPaddingRight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double SeparatorHorizontalPaddingTop { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double SeparatorVerticalPaddingBottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double SeparatorVerticalPaddingLeft { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double SeparatorVerticalPaddingRight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double SeparatorVerticalPaddingTop { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool ShowOnHover { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SubmenuBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the color to use for the background of the component.
Declaration
public object Target { get; set; }
Property Value
Type |
Description |
System.Object |
|
Provides a means of setting Target in the JavaScript environment.
Declaration
public string TargetScript { get; set; }
Property Value
Type |
Description |
System.String |
|
TextColor
Gets or sets the color to use for the text of the component.
Declaration
public string TextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolTipBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double ToolTipCornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ToolTipElevation { get; set; }
Property Value
Type |
Description |
System.Double |
|
ToolTipTextColor
Declaration
public string ToolTipTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Declaration
public void CloseSubmenus()
Declaration
public Task CloseSubmenusAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Declaration
public string GetIconFromCache(string iconCollection, string iconName)
Parameters
Type |
Name |
Description |
System.String |
iconCollection |
|
System.String |
iconName |
|
Returns
Type |
Description |
System.String |
|
Declaration
public Task<string> GetIconFromCacheAsync(string iconCollection, string iconName)
Parameters
Type |
Name |
Description |
System.String |
iconCollection |
|
System.String |
iconName |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
Declaration
public void OnCommandStateChanged(string id, ToolCommandStateType type, object value)
Parameters
Declaration
public Task OnCommandStateChangedAsync(string id, ToolCommandStateType type, object value)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
RegisterIconFromText(String, String, String)
Declaration
public void RegisterIconFromText(string iconCollection, string iconName, string iconText)
Parameters
Type |
Name |
Description |
System.String |
iconCollection |
|
System.String |
iconName |
|
System.String |
iconText |
|
RegisterIconFromTextAsync(String, String, String)
Declaration
public Task RegisterIconFromTextAsync(string iconCollection, string iconName, string iconText)
Parameters
Type |
Name |
Description |
System.String |
iconCollection |
|
System.String |
iconName |
|
System.String |
iconText |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable