Table of Contents

Class FormFieldOptionViewModel

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll
public class FormFieldOptionViewModel
Inheritance
FormFieldOptionViewModel
Inherited Members

Properties

Active

public bool Active { get; set; }

Property Value

bool

DefaultSelected

public bool DefaultSelected { get; set; }

Property Value

bool

ID

public int ID { get; set; }

Property Value

int

Sort

public int Sort { get; set; }

Property Value

int

Text

public string Text { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string
To top