Definition
Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Navigation Inheritance: CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
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.ActionButtonBaseSyntax
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Parameters
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Parameters
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Parameters
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
Parameters
.ctor Inherited
Inherited from
objectSyntax
Properties
AccessibilityText Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
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.ActionButtonBaseSyntax
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 Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Property Value
Type:System.Func<bool>
ModalTarget Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Property Value
Type:string
PopoverHeader Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Property Value
Type:string
PopoverName Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Property Value
Type:string
PopoverPlacement Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Property Value
Type:string
Tooltip Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
Property Value
Type:string
TooltipContainer Inherited
Inherited from
CloudNimble.BlazorEssentials.Navigation.ActionButtonBaseSyntax
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?