Class ModuleList.ListData.DataField
Inheritance
ModuleList.ListData.DataField
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.ListData.DataField
Properties
DataType
Declaration
public string DataType { 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
SectionName
Declaration
public string SectionName { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value