Class ModuleList.ListData.DataField
Represents a data field in the list.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.ListData.DataField
Properties
DataType
Gets or sets the data type of the field.
Declaration
public string DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsListed
Gets or sets a value indicating whether the field is shown in list view.
Declaration
public bool IsListed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ListValues
Gets or sets the list values for fields backed by a list source.
Declaration
public List<List.ListItem> ListValues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<List.ListItem> |
Name
Gets or sets the name of the data field.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SectionName
Gets or sets the section name the data field belongs to.
Declaration
public string SectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets or sets the display title of the data field.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |