Show / Hide Table of Contents

Class IgbActionStrip

Inheritance
System.Object
BaseRendererElement
IgbActionStrip
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
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.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbActionStrip : BaseRendererElement, JsonSerializable, IDisposable

Constructors

IgbActionStrip()

Declaration
public IgbActionStrip()

Properties

ActionButtons

ActionButton as ContentChildren inside the Action Strip @hidden @internal

Declaration
public IgbGridActionsBaseDirectiveCollection ActionButtons { get; protected set; }
Property Value
Type Description
IgbGridActionsBaseDirectiveCollection

ActualActionButtons

Declaration
public IgbGridActionsBaseDirectiveCollection ActualActionButtons { get; }
Property Value
Type Description
IgbGridActionsBaseDirectiveCollection

ContentActionButtons

Declaration
public IgbGridActionsBaseDirectiveCollection ContentActionButtons { get; }
Property Value
Type Description
IgbGridActionsBaseDirectiveCollection

GridBaseDirectiveParent

Declaration
protected BaseRendererControl GridBaseDirectiveParent { get; set; }
Property Value
Type Description
BaseRendererControl

Hidden

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

HierarchicalGridParent

Declaration
protected BaseRendererControl HierarchicalGridParent { get; set; }
Property Value
Type Description
BaseRendererControl

ParentTypeName

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

ResourceStrings

Gets/Sets the resource strings. @remarks By default it uses EN resources.

Declaration
public IgbActionStripResourceStrings ResourceStrings { get; set; }
Property Value
Type Description
IgbActionStripResourceStrings

RowIslandParent

Declaration
protected BaseRendererElement RowIslandParent { get; set; }
Property Value
Type Description
BaseRendererElement

SupportsVisualChildren

Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseRendererElement.SupportsVisualChildren

Type

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

Methods

Dispose()

Declaration
public void Dispose()

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
BaseRendererElement.FindByName(String)

Hide()

Declaration
public void Hide()

HideAsync()

Hiding the Action Strip and removing it from its current context element. @example

this.actionStrip.hide();
Declaration
public Task HideAsync()
Returns
Type Description
System.Threading.Tasks.Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
System.Threading.Tasks.Task

SetNativeElement(Object)

Declaration
public void SetNativeElement(object element)
Parameters
Type Name Description
System.Object element

SetNativeElementAsync(Object)

Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type Name Description
System.Object element
Returns
Type Description
System.Threading.Tasks.Task

Show(Object)

Declaration
public void Show(object context)
Parameters
Type Name Description
System.Object context

ShowAsync(Object)

Showing the Action Strip and appending it the specified context element. context @example

this.actionStrip.show(row);
Declaration
public Task ShowAsync(object context)
Parameters
Type Name Description
System.Object context
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable