Class ModuleListEdit.ListData.DataField
Inheritance
ModuleListEdit.ListData.DataField
Assembly: DataWeb.Core.dll
Syntax
public class ModuleListEdit.ListData.DataField
Properties
DataType
Declaration
public string DataType { get; set; }
Property Value
IsLabel
Declaration
public bool IsLabel { get; set; }
Property Value
IsListed
Declaration
public bool IsListed { get; set; }
Property Value
ListValues
Declaration
public List<List.ListItem> ListValues { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value