RibbonItem Class

Represents a single item within a Ribbon component, usually as part of a RibbonItemGroup.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class RibbonItem : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    RibbonItem

Constructors

RibbonItemInitializes a new instance of the RibbonItem class

Properties

ChildContent Gets or sets the content to be rendered within the component.
IconColor Gets or sets the icon color.
IconName Gets or sets the icon name.
ImgHeight Gets or sets the image height. The height of the image in pixels.
ImgSrc Gets or sets the image source.
ImgWidth Gets or sets the image width. The width of the image in pixels.
IsFirstItem Gets or sets the first item in the RibbonItemGroup.
IsLastItem Gets or sets the last item in the RibbonItemGroup.
Name Gets or sets the RibbonItem name.
Parent Gets or sets the parent.
Text Gets or sets the text to be displayed inside the RibbonItem.

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also