Table of Contents

Class StringNamedComponentCellProps

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

Properties of the STRING_COMPONENT front-end component.

public class StringNamedComponentCellProps
Inheritance
object
StringNamedComponentCellProps
Extension Methods

Properties

TooltipText

Tooltip text of the component. If not set, the tooltip is same as the Value.

public string TooltipText { get; set; }

Property Value

string

Value

Value of the component.

public string Value { get; set; }

Property Value

string