Table of Contents

Class ListBase.ComponentizedListOption

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public sealed class ListBase.ComponentizedListOption : ListBase.ListOption
Inheritance
ListBase.ComponentizedListOption
Inherited Members

Properties

HideLabel

public bool HideLabel { get; set; }

Property Value

bool

Model

public object? Model { get; set; }

Property Value

object

OptionHeight

public int OptionHeight { get; set; }

Property Value

int

OptionWidth

public int OptionWidth { get; set; }

Property Value

int

TemplatePath

public string TemplatePath { get; set; }

Property Value

string
To top