Definition
Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Navigation Inheritance: CloudNimble.BlazorEssentials.InterfaceElementSyntax
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.InterfaceElementSyntax
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
Parameters
.ctor Inherited
Inherited from
objectSyntax
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.InterfaceElementSyntax
Property Value
Type:string
DisplayText Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
Property Value
Type:string
IconClass Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
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
objectSyntax
Parameters
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?