Class DropDownOptionItem
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Represents a drop-down option.
public class DropDownOptionItem
- Inheritance
-
objectDropDownOptionItem
- Extension Methods
Properties
Disabled
The option is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Text
The option text.
public string Text { get; set; }
Property Value
- string
Tooltip
The option tooltip.
public string Tooltip { get; set; }
Property Value
- string
Value
The option value.
public string Value { get; set; }
Property Value
- string