Table of Contents

Class SelectItemModel

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

Represents item in select box.

public class SelectItemModel
Inheritance
object
SelectItemModel
Extension Methods

Properties

Label

Human readable label of an item in the select box.

public string Label { get; set; }

Property Value

string

Value

Value of an item in the select box.

public string Value { get; set; }

Property Value

string