Class SectionData.ListWidget
Represents a list widget for a section setting.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class SectionData.ListWidget
Properties
CustomListWidgetComponent
Gets or sets the name of the custom list widget component.
Declaration
public string CustomListWidgetComponent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomListWidgetOptions
Gets or sets the options for the custom list widget.
Declaration
public object CustomListWidgetOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DataField
Gets or sets the data field associated with the widget.
Declaration
public string DataField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataSubField
Gets or sets the data sub-field associated with the widget.
Declaration
public string DataSubField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataType
Gets or sets the data type associated with the widget.
Declaration
public string DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileTagName
Gets or sets the name of the file tag associated with the widget.
Declaration
public string FileTagName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsVisibleRoles
Gets or sets a value indicating whether the widget is visible to certain roles.
Declaration
public bool IsVisibleRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ListWidgetClass
Gets or sets the CSS class for the list widget.
Declaration
public string ListWidgetClass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the widget.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets or sets the title of the widget.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets or sets the type of the widget.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VisibleRoles
Gets or sets the roles that can see the widget.
Declaration
public string VisibleRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| string |