Class IgbActionStrip
Inheritance
System.Object
IgbActionStrip
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbActionStrip : BaseRendererElement, JsonSerializable, IDisposable
Constructors
IgbActionStrip()
Declaration
Properties
ActionButton as ContentChildren inside the Action Strip
@hidden
@internal
Declaration
public IgbGridActionsBaseDirectiveCollection ActionButtons { get; protected set; }
Property Value
Declaration
public IgbGridActionsBaseDirectiveCollection ActualActionButtons { get; }
Property Value
ContentActionButtons
Declaration
public IgbGridActionsBaseDirectiveCollection ContentActionButtons { get; }
Property Value
GridBaseDirectiveParent
Declaration
protected BaseRendererControl GridBaseDirectiveParent { get; set; }
Property Value
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
HierarchicalGridParent
Declaration
protected BaseRendererControl HierarchicalGridParent { get; set; }
Property Value
ParentTypeName
Declaration
protected override string ParentTypeName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
ResourceStrings
Gets/Sets the resource strings.
@remarks
By default it uses EN resources.
Declaration
public IgbActionStripResourceStrings ResourceStrings { get; set; }
Property Value
RowIslandParent
Declaration
protected BaseRendererElement RowIslandParent { get; set; }
Property Value
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Dispose()
Declaration
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Hide()
Declaration
HideAsync()
Hiding the Action Strip and removing it from its current context element.
@example
this.actionStrip.hide();
Declaration
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
System.IDisposable