Table of Contents

Class ListOptionViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public class ListOptionViewModel : ViewModelBase
Inheritance
ListOptionViewModel
Inherited Members

Constructors

ListOptionViewModel()

Initializes a new instance of the ListOptionViewModel class.

public ListOptionViewModel()

Properties

Icon

Gets or sets the icon.

public string Icon { get; set; }

Property Value

string

The icon.

IsSelected

Gets or sets the isSelected value.

public bool IsSelected { get; set; }

Property Value

bool

The isSelected value.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

SortIndex

Gets or sets the sorting index for the sortable item field options.

public int SortIndex { get; set; }

Property Value

int

The isSelected value.

Value

Gets or sets the value.

public string Value { get; set; }

Property Value

string

The value.

To top