Table of Contents

Class ListBase.ListOption

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public class ListBase.ListOption
Inheritance
ListBase.ListOption
Derived
Inherited Members

Properties

Action

public ActionBase? Action { get; set; }

Property Value

ActionBase

Badge

public Badge? Badge { get; set; }

Property Value

Badge

Disabled

public bool? Disabled { get; set; }

Property Value

bool?

Hint

public string Hint { get; set; }

Property Value

string

Icon

public Icon? Icon { get; set; }

Property Value

Icon

IconComponent

public DisplayBase? IconComponent { get; set; }

Property Value

DisplayBase

Image

public string Image { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

Value

public object? Value { get; set; }

Property Value

object
To top