Skip to main content

Definition

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

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.InterfaceElement

Syntax

.ctor Inherited

Inherited from CloudNimble.BlazorEssentials.InterfaceElement

Syntax

Parameters

.ctor Inherited

Inherited from object

Syntax

Properties

AccessibilityText

Test to be used for screen readers when this item is rendered.

Syntax

Property Value

Type: string

Children

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

Syntax

Property Value

Type: System.Func<bool>

ModalTarget

Syntax

Property Value

Type: string

PopoverHeader

Syntax

Property Value

Type: string

PopoverName

Syntax

Property Value

Type: string

PopoverPlacement

Syntax

Property Value

Type: string

Tooltip

The text that will be displayed to the end user when the cursor is hovered over the button.

Syntax

Property Value

Type: string

TooltipContainer

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?