Table of Contents

Class SecondaryIcon

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Properties of a secondary icon.

public sealed class SecondaryIcon
Inheritance
object
SecondaryIcon
Extension Methods

Properties

IconColor

Color of the icon.

public Color IconColor { get; set; }

Property Value

Color

IconName

Name of the icon.

public string IconName { get; set; }

Property Value

string

ParametrizedTooltip

Tooltip text of the icon.

public ParametrizedTooltip ParametrizedTooltip { get; }

Property Value

ParametrizedTooltip