Show / Hide Table of Contents

Class IgbToolbar

Inheritance
System.Object
BaseRendererControl
IgbToolbar
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbToolbar : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbToolbar()

Declaration
public IgbToolbar()

Properties

Actions

Gets or sets the data or data source instance to which to bind the grid.

Declaration
public IgbToolActionCollection Actions { get; set; }
Property Value
Type Description
IgbToolActionCollection

ActualActions

Gets or sets the data or data source instance to which to bind the grid.

Declaration
public IgbToolActionCollection ActualActions { get; set; }
Property Value
Type Description
IgbToolActionCollection

AutoGeneratedActions

Gets or sets the data or data source instance to which to bind the grid.

Declaration
public IgbToolActionCollection AutoGeneratedActions { get; set; }
Property Value
Type Description
IgbToolActionCollection

BackgroundColor

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

BaseTheme

Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Type Description
BaseControlTheme

CellFontFamily

Declaration
public string CellFontFamily { get; set; }
Property Value
Type Description
System.String

CellFontSize

Declaration
public double CellFontSize { get; set; }
Property Value
Type Description
System.Double

CellFontStyle

Declaration
public string CellFontStyle { get; set; }
Property Value
Type Description
System.String

CellFontWeight

Declaration
public string CellFontWeight { get; set; }
Property Value
Type Description
System.String

CheckedBackgroundColor

Declaration
public string CheckedBackgroundColor { get; set; }
Property Value
Type Description
System.String

CheckedBorderColor

Declaration
public string CheckedBorderColor { get; set; }
Property Value
Type Description
System.String

Density

Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
Type Description
ControlDisplayDensity

DisabledTextColor

Declaration
public string DisabledTextColor { get; set; }
Property Value
Type Description
System.String

DropdownClickBuffer

Declaration
public int DropdownClickBuffer { get; set; }
Property Value
Type Description
System.Int32

DropdownDelay

Declaration
public int DropdownDelay { get; set; }
Property Value
Type Description
System.Int32

GroupHeaderBackgroundColor

Declaration
public string GroupHeaderBackgroundColor { get; set; }
Property Value
Type Description
System.String

GroupHeaderSubtitleTextColor

Declaration
public string GroupHeaderSubtitleTextColor { get; set; }
Property Value
Type Description
System.String

GroupHeaderTextColor

Declaration
public string GroupHeaderTextColor { get; set; }
Property Value
Type Description
System.String

HighlightColor

Declaration
public string HighlightColor { get; set; }
Property Value
Type Description
System.String

HighlightRadius

Declaration
public double HighlightRadius { get; set; }
Property Value
Type Description
System.Double

HighlightWidth

Declaration
public double HighlightWidth { get; set; }
Property Value
Type Description
System.Double

HoverBackgroundColor

Declaration
public string HoverBackgroundColor { get; set; }
Property Value
Type Description
System.String

IconFill

Declaration
public string IconFill { get; set; }
Property Value
Type Description
System.String

IconStroke

Declaration
public string IconStroke { get; set; }
Property Value
Type Description
System.String

MenuArrowStroke

Declaration
public string MenuArrowStroke { get; set; }
Property Value
Type Description
System.String

OnCommand

Declaration
public EventCallback<IgbToolCommandEventArgs> OnCommand { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbToolCommandEventArgs>

OnCommandScript

Declaration
public string OnCommandScript { get; set; }
Property Value
Type Description
System.String

Orientation

Gets or sets the color to use for the background of the component.

Declaration
public ToolbarOrientation Orientation { get; set; }
Property Value
Type Description
ToolbarOrientation

ParentTypeName

Declaration
protected override string ParentTypeName { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.ParentTypeName

RowHeight

Declaration
public int RowHeight { get; set; }
Property Value
Type Description
System.Int32

SeparatorBackgroundColor

Declaration
public string SeparatorBackgroundColor { get; set; }
Property Value
Type Description
System.String

SeparatorHorizontalPaddingBottom

Declaration
public double SeparatorHorizontalPaddingBottom { get; set; }
Property Value
Type Description
System.Double

SeparatorHorizontalPaddingLeft

Declaration
public double SeparatorHorizontalPaddingLeft { get; set; }
Property Value
Type Description
System.Double

SeparatorHorizontalPaddingRight

Declaration
public double SeparatorHorizontalPaddingRight { get; set; }
Property Value
Type Description
System.Double

SeparatorHorizontalPaddingTop

Declaration
public double SeparatorHorizontalPaddingTop { get; set; }
Property Value
Type Description
System.Double

SeparatorVerticalPaddingBottom

Declaration
public double SeparatorVerticalPaddingBottom { get; set; }
Property Value
Type Description
System.Double

SeparatorVerticalPaddingLeft

Declaration
public double SeparatorVerticalPaddingLeft { get; set; }
Property Value
Type Description
System.Double

SeparatorVerticalPaddingRight

Declaration
public double SeparatorVerticalPaddingRight { get; set; }
Property Value
Type Description
System.Double

SeparatorVerticalPaddingTop

Declaration
public double SeparatorVerticalPaddingTop { get; set; }
Property Value
Type Description
System.Double

ShowOnHover

Declaration
public bool ShowOnHover { get; set; }
Property Value
Type Description
System.Boolean

ShowTooltipOnHover

Declaration
public bool ShowTooltipOnHover { get; set; }
Property Value
Type Description
System.Boolean

SubmenuBackgroundColor

Declaration
public string SubmenuBackgroundColor { get; set; }
Property Value
Type Description
System.String

SubMenuClosing

Declaration
public EventCallback<IgbToolbarSubMenuClosingEventArgs> SubMenuClosing { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbToolbarSubMenuClosingEventArgs>

SubMenuClosingScript

Declaration
public string SubMenuClosingScript { get; set; }
Property Value
Type Description
System.String

SubMenuOpening

Declaration
public EventCallback<IgbToolbarSubMenuOpeningEventArgs> SubMenuOpening { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbToolbarSubMenuOpeningEventArgs>

SubMenuOpeningScript

Declaration
public string SubMenuOpeningScript { get; set; }
Property Value
Type Description
System.String

SubtitleFontFamily

Declaration
public string SubtitleFontFamily { get; set; }
Property Value
Type Description
System.String

SubtitleFontSize

Declaration
public double SubtitleFontSize { get; set; }
Property Value
Type Description
System.Double

SubtitleFontStyle

Declaration
public string SubtitleFontStyle { get; set; }
Property Value
Type Description
System.String

SubtitleFontWeight

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

Target

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

TargetScript

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

ToolTipBackgroundColor

Declaration
public string ToolTipBackgroundColor { get; set; }
Property Value
Type Description
System.String

ToolTipCornerRadius

Declaration
public double ToolTipCornerRadius { get; set; }
Property Value
Type Description
System.Double

ToolTipElevation

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

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.Type

UncheckedBackgroundColor

Declaration
public string UncheckedBackgroundColor { get; set; }
Property Value
Type Description
System.String

UncheckedBorderColor

Declaration
public string UncheckedBorderColor { get; set; }
Property Value
Type Description
System.String

Methods

CloseSubmenus()

Declaration
public void CloseSubmenus()

CloseSubmenusAsync()

Declaration
public Task CloseSubmenusAsync()
Returns
Type Description
System.Threading.Tasks.Task

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererControl.EnsureModulesLoaded()

ExportSerializedVisualData()

Declaration
public string ExportSerializedVisualData()
Returns
Type Description
System.String

ExportSerializedVisualDataAsync()

Declaration
public Task<string> ExportSerializedVisualDataAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.String>

ExportVisualData()

Declaration
public object ExportVisualData()
Returns
Type Description
System.Object

ExportVisualDataAsync()

Declaration
public Task<object> ExportVisualDataAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererControl.FindByName(String)

FlushRefresh()

Declaration
public void FlushRefresh()

FlushRefreshAsync()

Declaration
public Task FlushRefreshAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetBoolContextItem(String)

Declaration
public bool GetBoolContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Boolean

GetBoolContextItemAsync(String)

Declaration
public Task<bool> GetBoolContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

GetBrushContextItem(String)

Declaration
public string GetBrushContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String

GetBrushContextItemAsync(String)

Declaration
public Task<string> GetBrushContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.String>

GetColorContextItem(String)

Declaration
public string GetColorContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String

GetColorContextItemAsync(String)

Declaration
public Task<string> GetColorContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.String>

GetDataContextItem(String)

Declaration
public object GetDataContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Object

GetDataContextItemAsync(String)

Declaration
public Task<object> GetDataContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

GetDataURLFromCache(String, String)

Declaration
public string GetDataURLFromCache(string iconCollection, string iconName)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
Returns
Type Description
System.String

GetDataURLFromCacheAsync(String, String)

Declaration
public Task<string> GetDataURLFromCacheAsync(string iconCollection, string iconName)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
Returns
Type Description
System.Threading.Tasks.Task<System.String>

GetDesiredSize()

Declaration
public Size GetDesiredSize()
Returns
Type Description
Size

GetDesiredSizeAsync()

Declaration
public Task<Size> GetDesiredSizeAsync()
Returns
Type Description
System.Threading.Tasks.Task<Size>

GetDoubleContextItem(String)

Declaration
public double GetDoubleContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Double

GetDoubleContextItemAsync(String)

Declaration
public Task<double> GetDoubleContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

GetExternalDataContextItem(String)

Declaration
public object GetExternalDataContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Object

GetExternalDataContextItemAsync(String)

Declaration
public Task<object> GetExternalDataContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

GetExternalDoubleContextItem(String)

Declaration
public double GetExternalDoubleContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Double

GetExternalDoubleContextItemAsync(String)

Declaration
public Task<double> GetExternalDoubleContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

GetExternalIntContextItem(String)

Declaration
public int GetExternalIntContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Int32

GetExternalIntContextItemAsync(String)

Declaration
public Task<int> GetExternalIntContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.Int32>

GetIconFromCache(String, String)

Declaration
public string GetIconFromCache(string iconCollection, string iconName)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
Returns
Type Description
System.String

GetIconFromCacheAsync(String, 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>

GetIconSource(String, String)

Declaration
public object GetIconSource(string iconCollection, string iconName)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
Returns
Type Description
System.Object

GetIconSourceAsync(String, String)

Declaration
public Task<object> GetIconSourceAsync(string iconCollection, string iconName)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

GetIntContextItem(String)

Declaration
public int GetIntContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Int32

GetIntContextItemAsync(String)

Declaration
public Task<int> GetIntContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.Int32>

GetMultiPathSVGFromCache(String, String)

Declaration
public string[] GetMultiPathSVGFromCache(string iconCollection, string iconName)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
Returns
Type Description
System.String[]

GetMultiPathSVGFromCacheAsync(String, String)

Declaration
public Task<string[]> GetMultiPathSVGFromCacheAsync(string iconCollection, string iconName)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
Returns
Type Description
System.Threading.Tasks.Task<System.String[]>

GetStringContextItem(String)

Declaration
public string GetStringContextItem(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String

GetStringContextItemAsync(String)

Declaration
public Task<string> GetStringContextItemAsync(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.Threading.Tasks.Task<System.String>

OnCommandStateChanged(String, ToolCommandStateType, Object)

Declaration
public void OnCommandStateChanged(string id, ToolCommandStateType type, object value)
Parameters
Type Name Description
System.String id
ToolCommandStateType type
System.Object value

OnCommandStateChangedAsync(String, ToolCommandStateType, Object)

Declaration
public Task OnCommandStateChangedAsync(string id, ToolCommandStateType type, object value)
Parameters
Type Name Description
System.String id
ToolCommandStateType type
System.Object value
Returns
Type Description
System.Threading.Tasks.Task

RegisterIconFromDataURL(String, String, String)

Declaration
public void RegisterIconFromDataURL(string iconCollection, string iconName, string dataURL)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
System.String dataURL

RegisterIconFromDataURLAsync(String, String, String)

Declaration
public Task RegisterIconFromDataURLAsync(string iconCollection, string iconName, string dataURL)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
System.String dataURL
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

RegisterIconSource(String, String, Object)

Declaration
public void RegisterIconSource(string iconCollection, string iconName, object source)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
System.Object source

RegisterIconSourceAsync(String, String, Object)

Declaration
public Task RegisterIconSourceAsync(string iconCollection, string iconName, object source)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
System.Object source
Returns
Type Description
System.Threading.Tasks.Task

RegisterMultiPathSVG(String, String, String[])

Declaration
public void RegisterMultiPathSVG(string iconCollection, string iconName, string[] multiPathSVG)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
System.String[] multiPathSVG

RegisterMultiPathSVGAsync(String, String, String[])

Declaration
public Task RegisterMultiPathSVGAsync(string iconCollection, string iconName, string[] multiPathSVG)
Parameters
Type Name Description
System.String iconCollection
System.String iconName
System.String[] multiPathSVG
Returns
Type Description
System.Threading.Tasks.Task

SetBoolContextItem(String, Boolean)

Declaration
public void SetBoolContextItem(string key, bool value)
Parameters
Type Name Description
System.String key
System.Boolean value

SetBoolContextItemAsync(String, Boolean)

Declaration
public Task SetBoolContextItemAsync(string key, bool value)
Parameters
Type Name Description
System.String key
System.Boolean value
Returns
Type Description
System.Threading.Tasks.Task

SetBrushContextItem(String, String)

Declaration
public void SetBrushContextItem(string key, string value)
Parameters
Type Name Description
System.String key
System.String value

SetBrushContextItemAsync(String, String)

Declaration
public Task SetBrushContextItemAsync(string key, string value)
Parameters
Type Name Description
System.String key
System.String value
Returns
Type Description
System.Threading.Tasks.Task

SetColorContextItem(String, String)

Declaration
public void SetColorContextItem(string key, string value)
Parameters
Type Name Description
System.String key
System.String value

SetColorContextItemAsync(String, String)

Declaration
public Task SetColorContextItemAsync(string key, string value)
Parameters
Type Name Description
System.String key
System.String value
Returns
Type Description
System.Threading.Tasks.Task

SetDataContextItem(String, Object)

Declaration
public void SetDataContextItem(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value

SetDataContextItemAsync(String, Object)

Declaration
public Task SetDataContextItemAsync(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value
Returns
Type Description
System.Threading.Tasks.Task

SetDoubleContextItem(String, Double)

Declaration
public void SetDoubleContextItem(string key, double value)
Parameters
Type Name Description
System.String key
System.Double value

SetDoubleContextItemAsync(String, Double)

Declaration
public Task SetDoubleContextItemAsync(string key, double value)
Parameters
Type Name Description
System.String key
System.Double value
Returns
Type Description
System.Threading.Tasks.Task

SetExternalDataContextItem(String, Object)

Declaration
public void SetExternalDataContextItem(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value

SetExternalDataContextItemAsync(String, Object)

Declaration
public Task SetExternalDataContextItemAsync(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value
Returns
Type Description
System.Threading.Tasks.Task

SetExternalDoubleContextItem(String, Object)

Declaration
public void SetExternalDoubleContextItem(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value

SetExternalDoubleContextItemAsync(String, Object)

Declaration
public Task SetExternalDoubleContextItemAsync(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value
Returns
Type Description
System.Threading.Tasks.Task

SetExternalIntContextItem(String, Object)

Declaration
public void SetExternalIntContextItem(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value

SetExternalIntContextItemAsync(String, Object)

Declaration
public Task SetExternalIntContextItemAsync(string key, object value)
Parameters
Type Name Description
System.String key
System.Object value
Returns
Type Description
System.Threading.Tasks.Task

SetIntContextItem(String, Int32)

Declaration
public void SetIntContextItem(string key, int value)
Parameters
Type Name Description
System.String key
System.Int32 value

SetIntContextItemAsync(String, Int32)

Declaration
public Task SetIntContextItemAsync(string key, int value)
Parameters
Type Name Description
System.String key
System.Int32 value
Returns
Type Description
System.Threading.Tasks.Task

SetStringContextItem(String, String)

Declaration
public void SetStringContextItem(string key, string value)
Parameters
Type Name Description
System.String key
System.String value

SetStringContextItemAsync(String, String)

Declaration
public Task SetStringContextItemAsync(string key, string value)
Parameters
Type Name Description
System.String key
System.String value
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable
In This Article
  • Constructors
    • IgbToolbar()
  • Properties
    • Actions
    • ActualActions
    • AutoGeneratedActions
    • BackgroundColor
    • BaseTheme
    • CellFontFamily
    • CellFontSize
    • CellFontStyle
    • CellFontWeight
    • CheckedBackgroundColor
    • CheckedBorderColor
    • Density
    • DisabledTextColor
    • DropdownClickBuffer
    • DropdownDelay
    • GroupHeaderBackgroundColor
    • GroupHeaderSubtitleTextColor
    • GroupHeaderTextColor
    • HighlightColor
    • HighlightRadius
    • HighlightWidth
    • HoverBackgroundColor
    • IconFill
    • IconStroke
    • MenuArrowStroke
    • OnCommand
    • OnCommandScript
    • Orientation
    • ParentTypeName
    • RowHeight
    • SeparatorBackgroundColor
    • SeparatorHorizontalPaddingBottom
    • SeparatorHorizontalPaddingLeft
    • SeparatorHorizontalPaddingRight
    • SeparatorHorizontalPaddingTop
    • SeparatorVerticalPaddingBottom
    • SeparatorVerticalPaddingLeft
    • SeparatorVerticalPaddingRight
    • SeparatorVerticalPaddingTop
    • ShowOnHover
    • ShowTooltipOnHover
    • SubmenuBackgroundColor
    • SubMenuClosing
    • SubMenuClosingScript
    • SubMenuOpening
    • SubMenuOpeningScript
    • SubtitleFontFamily
    • SubtitleFontSize
    • SubtitleFontStyle
    • SubtitleFontWeight
    • SubtitleTextColor
    • Target
    • TargetScript
    • TextColor
    • ToolTipBackgroundColor
    • ToolTipCornerRadius
    • ToolTipElevation
    • ToolTipTextColor
    • Type
    • UncheckedBackgroundColor
    • UncheckedBorderColor
  • Methods
    • CloseSubmenus()
    • CloseSubmenusAsync()
    • EnsureModulesLoaded()
    • ExportSerializedVisualData()
    • ExportSerializedVisualDataAsync()
    • ExportVisualData()
    • ExportVisualDataAsync()
    • FindByName(String)
    • FlushRefresh()
    • FlushRefreshAsync()
    • GetBoolContextItem(String)
    • GetBoolContextItemAsync(String)
    • GetBrushContextItem(String)
    • GetBrushContextItemAsync(String)
    • GetColorContextItem(String)
    • GetColorContextItemAsync(String)
    • GetDataContextItem(String)
    • GetDataContextItemAsync(String)
    • GetDataURLFromCache(String, String)
    • GetDataURLFromCacheAsync(String, String)
    • GetDesiredSize()
    • GetDesiredSizeAsync()
    • GetDoubleContextItem(String)
    • GetDoubleContextItemAsync(String)
    • GetExternalDataContextItem(String)
    • GetExternalDataContextItemAsync(String)
    • GetExternalDoubleContextItem(String)
    • GetExternalDoubleContextItemAsync(String)
    • GetExternalIntContextItem(String)
    • GetExternalIntContextItemAsync(String)
    • GetIconFromCache(String, String)
    • GetIconFromCacheAsync(String, String)
    • GetIconSource(String, String)
    • GetIconSourceAsync(String, String)
    • GetIntContextItem(String)
    • GetIntContextItemAsync(String)
    • GetMultiPathSVGFromCache(String, String)
    • GetMultiPathSVGFromCacheAsync(String, String)
    • GetStringContextItem(String)
    • GetStringContextItemAsync(String)
    • OnCommandStateChanged(String, ToolCommandStateType, Object)
    • OnCommandStateChangedAsync(String, ToolCommandStateType, Object)
    • RegisterIconFromDataURL(String, String, String)
    • RegisterIconFromDataURLAsync(String, String, String)
    • RegisterIconFromText(String, String, String)
    • RegisterIconFromTextAsync(String, String, String)
    • RegisterIconSource(String, String, Object)
    • RegisterIconSourceAsync(String, String, Object)
    • RegisterMultiPathSVG(String, String, String[])
    • RegisterMultiPathSVGAsync(String, String, String[])
    • SetBoolContextItem(String, Boolean)
    • SetBoolContextItemAsync(String, Boolean)
    • SetBrushContextItem(String, String)
    • SetBrushContextItemAsync(String, String)
    • SetColorContextItem(String, String)
    • SetColorContextItemAsync(String, String)
    • SetDataContextItem(String, Object)
    • SetDataContextItemAsync(String, Object)
    • SetDoubleContextItem(String, Double)
    • SetDoubleContextItemAsync(String, Double)
    • SetExternalDataContextItem(String, Object)
    • SetExternalDataContextItemAsync(String, Object)
    • SetExternalDoubleContextItem(String, Object)
    • SetExternalDoubleContextItemAsync(String, Object)
    • SetExternalIntContextItem(String, Object)
    • SetExternalIntContextItemAsync(String, Object)
    • SetIntContextItem(String, Int32)
    • SetIntContextItemAsync(String, Int32)
    • SetStringContextItem(String, String)
    • SetStringContextItemAsync(String, String)
  • Implements