Icon

in namespace DotVVM.BusinessPack.Controls

Renders a BusinessPack SVG icon.

Usage & Scenarios

Renders an BusinessPack custom icon.

List of all icons:


Calendar ChevronDown ChevronLeft ChevronDoubleLeft ChevronRight ChevronDoubleRight ChevronUp ChevronStart ChevronEnd Close Crop Filter Maximize Minimize Restore Minus Move Palette Plus Reset RotateLeft RotateRight Star StarEmpty StarHalfEmpty Switch Time Times Trash ZoomIn ZoomOut Check Radio Success Info Warning Danger

Sample 1: Basic Usage

The Icon property specifies which icon will be used.

<p>
    <bp:Icon Icon="Success" />  It works !
</p>

Properties

Name Type Description Notes Default Value
property icon Icon IconType Gets or sets the type of the icon to render.
attribute
inner element
static value
bindable
default
Empty
property icon Visible Boolean
attribute
inner element
static value
bindable
default
True

HTML produced by the control