Class ListBase.ListOption
- Namespace
- Dynamicweb.CoreUI.Editors.Inputs
- Assembly
- Dynamicweb.CoreUI.dll
public class ListBase.ListOption
- Inheritance
-
ListBase.ListOption
- Derived
-
- Inherited Members
-
Properties
public ActionBase? Action { get; set; }
Property Value
- ActionBase
public Badge? Badge { get; set; }
Property Value
- Badge
public bool? Disabled { get; set; }
Property Value
- bool?
public string Hint { get; set; }
Property Value
- string
public Icon? Icon { get; set; }
Property Value
- Icon
public DisplayBase? IconComponent { get; set; }
Property Value
- DisplayBase
public string Image { get; set; }
Property Value
- string
public string Label { get; set; }
Property Value
- string
public object? Value { get; set; }
Property Value
- object