DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleList.ListData.ListWidget

    Represents a list widget in the list.

    Inheritance
    object
    ModuleList.ListData.ListWidget
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure.Modules
    Assembly: DataWeb.Core.dll
    Syntax
    public class ModuleList.ListData.ListWidget

    Properties

    CustomListWidgetComponent

    Gets or sets the custom list widget component name.

    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 file tag name associated with the widget.

    Declaration
    public string FileTagName { 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

    SectionName

    Gets or sets the section name the widget belongs to.

    Declaration
    public string SectionName { get; set; }
    Property Value
    Type Description
    string

    Title

    Gets or sets the display 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
    In this article
    Back to top Generated by DocFX