Table of Contents

Class UnorderedListItem

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

Represents an item within UnorderedListCardComponent component.

public class UnorderedListItem
Inheritance
object
UnorderedListItem
Extension Methods

Properties

Item link.

public UnorderedListItemLink Link { get; set; }

Property Value

UnorderedListItemLink

Text

Item text.

public string Text { get; set; }

Property Value

string