DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlTextEditorClassicData

    Inheritance
    object
    ControlTextEditorClassicData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data
    Assembly: DataWeb.Core.dll
    Syntax
    public class ControlTextEditorClassicData

    Properties

    AllowedResolutions

    Declaration
    public List<List.ListItem> AllowedResolutions { get; set; }
    Property Value
    Type Description
    List<List.ListItem>

    Documents

    Declaration
    public List<ControlTextEditorClassicData.File> Documents { get; set; }
    Property Value
    Type Description
    List<ControlTextEditorClassicData.File>

    Images

    Declaration
    public List<ControlTextEditorClassicData.File> Images { get; set; }
    Property Value
    Type Description
    List<ControlTextEditorClassicData.File>

    ResizeModes

    Declaration
    public List<List.ListItem> ResizeModes { get; set; }
    Property Value
    Type Description
    List<List.ListItem>

    Styles

    Declaration
    public List<ControlTextEditorClassicData.Style> Styles { get; set; }
    Property Value
    Type Description
    List<ControlTextEditorClassicData.Style>

    Widgets

    Declaration
    public List<ControlTextEditorClassicData.Widget> Widgets { get; set; }
    Property Value
    Type Description
    List<ControlTextEditorClassicData.Widget>
    In this article
    Back to top Generated by DocFX