Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Navigation Inheritance: CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Summary

Defines a button that can be used to trigger an action in a User Interface. Useful for binding aq group of actions programmatically.

Constructors

.ctor

Syntax

.ctor

Creates a new ActionButton instance specifically for icon-only buttons, usually in the header or footer.

Syntax

Parameters

.ctor

Syntax

Parameters

.ctor

Syntax

Parameters

.ctor Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

.ctor Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase
Creates a new ActionButton instance specifically for icon-only buttons, usually in the header or footer.

Syntax

Parameters

.ctor Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Parameters

.ctor Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Parameters

.ctor Inherited

Inherited from CloudNimble.BlazorEssentials.InterfaceElement

Syntax

.ctor Inherited

Inherited from CloudNimble.BlazorEssentials.InterfaceElement

Syntax

Parameters

.ctor Inherited

Inherited from object

Syntax

Properties

AccessibilityText Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase
Test to be used for screen readers when this item is rendered.

Syntax

Property Value

Type: string

ActionMethod

A lambda expression that will be executed when the button is clicked.

Syntax

Property Value

Type: System.Action<T>

Children Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Property Value

Type: System.Collections.Generic.List<CloudNimble.BlazorEssentials.Navigation.ActionButton>

CssClass Inherited

Inherited from CloudNimble.BlazorEssentials.InterfaceElement
A string representing the CSS classes that will be applied to the element.

Syntax

Property Value

Type: string

DisplayText Inherited

Inherited from CloudNimble.BlazorEssentials.InterfaceElement
A string representing the text that will be displayed inside the element.

Syntax

Property Value

Type: string

IconClass Inherited

Inherited from CloudNimble.BlazorEssentials.InterfaceElement
A string representing the CSS class for the icon that will be rendered immediately before the InterfaceElement.DisplayText.

Syntax

Property Value

Type: string

IsDisabledFunc Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Property Value

Type: System.Func<bool>

ModalTarget Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Property Value

Type: string

PopoverHeader Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Property Value

Type: string

PopoverName Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Property Value

Type: string

PopoverPlacement Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Property Value

Type: string

Tooltip Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase
The text that will be displayed to the end user when the cursor is hovered over the button.

Syntax

Property Value

Type: string

TooltipContainer Inherited

Inherited from CloudNimble.BlazorEssentials.Navigation.ActionButtonBase

Syntax

Property Value

Type: string

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?