Show / Hide Table of Contents

Class IgbToolActionGroupHeader

Inheritance
System.Object
BaseRendererElement
IgbToolAction
IgbToolActionGroupHeader
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbToolAction.Dispose()
IgbToolAction.OnInitializedAsync()
IgbToolAction.CleanUpAsync()
IgbToolAction.CleanUp()
IgbToolAction.OpenSubMenuAsync()
IgbToolAction.OpenSubMenu()
IgbToolAction.CloseSubmenuAsync()
IgbToolAction.CloseSubmenu()
IgbToolAction.ExportVisualDataAsync()
IgbToolAction.ExportVisualData()
IgbToolAction.ExportSerializedVisualDataAsync()
IgbToolAction.ExportSerializedVisualData()
IgbToolAction.ToolbarParent
IgbToolAction.ToolActionParent
IgbToolAction.ParentTypeName
IgbToolAction.ContentActions
IgbToolAction.ActualActions
IgbToolAction.ContextBindings
IgbToolAction.Actions
IgbToolAction.Width
IgbToolAction.Height
IgbToolAction.SubPanelRowHeight
IgbToolAction.ParentId
IgbToolAction.BeforeId
IgbToolAction.AfterId
IgbToolAction.OverlayId
IgbToolAction.CommandId
IgbToolAction.CommandArgument
IgbToolAction.CommandArgumentValue
IgbToolAction.PaddingLeft
IgbToolAction.ActualPaddingLeft
IgbToolAction.PaddingRight
IgbToolAction.ActualPaddingRight
IgbToolAction.PaddingBottom
IgbToolAction.ActualPaddingBottom
IgbToolAction.PaddingTop
IgbToolAction.ActualPaddingTop
IgbToolAction.ActualHoverBackground
IgbToolAction.HoverBackground
IgbToolAction.ActualBackground
IgbToolAction.Background
IgbToolAction.ActualTextColor
IgbToolAction.TextColor
IgbToolAction.ActualSubtitleTextColor
IgbToolAction.SubtitleTextColor
IgbToolAction.ActualDisabledTextColor
IgbToolAction.DisabledTextColor
IgbToolAction.FontFamily
IgbToolAction.FontSize
IgbToolAction.FontStyle
IgbToolAction.FontWeight
IgbToolAction.SubtitleFontFamily
IgbToolAction.SubtitleFontSize
IgbToolAction.SubtitleFontStyle
IgbToolAction.SubtitleFontWeight
IgbToolAction.IsDisabled
IgbToolAction.IsHighlighted
IgbToolAction.Density
IgbToolAction.ActualDensity
IgbToolAction.Title
IgbToolAction.Subtitle
IgbToolAction.IconName
IgbToolAction.IconCollectionName
IgbToolAction.IconViewBoxLeft
IgbToolAction.IconViewBoxTop
IgbToolAction.IconViewBoxWidth
IgbToolAction.IconViewBoxHeight
IgbToolAction.IconFill
IgbToolAction.ActualIconFill
IgbToolAction.IconFillColors
IgbToolAction.IconStroke
IgbToolAction.ActualIconStroke
IgbToolAction.IconStrokeColors
IgbToolAction.IconStrokeWidth
IgbToolAction.IconWidth
IgbToolAction.ActualIconWidth
IgbToolAction.IconHeight
IgbToolAction.ActualIconHeight
IgbToolAction.Visibility
IgbToolAction.CloseOnExecute
IgbToolAction.HighlightWidth
IgbToolAction.ActualHighlightWidth
IgbToolAction.HighlightRadius
IgbToolAction.ActualHighlightRadius
IgbToolAction.HighlightColor
IgbToolAction.ActualHighlightColor
IgbToolAction.OnCommandScript
IgbToolAction.OnCommand
IgbToolAction.PerformedScript
IgbToolAction.Performed
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbToolActionGroupHeader : IgbToolAction, JsonSerializable, IDisposable

Constructors

IgbToolActionGroupHeader()

Declaration
public IgbToolActionGroupHeader()

Properties

ActualBackIconColor

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

BackIconColor

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

Type

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

Methods

EnsureModulesLoaded()

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

FindByName(String)

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

Implements

JsonSerializable
System.IDisposable
In This Article
  • Constructors
    • IgbToolActionGroupHeader()
  • Properties
    • ActualBackIconColor
    • BackIconColor
    • Type
  • Methods
    • EnsureModulesLoaded()
    • FindByName(String)
  • Implements