Icon

in namespace DotVVM.BusinessPack.Controls

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 Pallete 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 Attributes Dictionary<String,Object>
attribute
inner element
static value
bindable
default
null
property icon Icon IconType
attribute
inner element
static value
bindable
default
Empty
property icon Visible Boolean
attribute
inner element
static value
bindable
default
null

HTML produced by the control