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
The data field associated with the widget.
Declaration
public string DataField { get; set; }
Property Value
Type | Description |
---|---|
string |
DataSubField
The data sub field associated with the widget.
Declaration
public string DataSubField { get; set; }
Property Value
Type | Description |
---|---|
string |
DataType
The data type associated with the widget.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
FileTagName
The name of the file tag associated with the widget.
Declaration
public string FileTagName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsVisibleRoles
Indicates 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
The name of the widget.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title of the widget.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the widget.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleRoles
The roles that can see the widget.
Declaration
public string VisibleRoles { get; set; }
Property Value
Type | Description |
---|---|
string |