DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlTextEditorData

    Inheritance
    object
    ControlTextEditorData
    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 ControlTextEditorData

    Properties

    AllowedResolutions

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

    LicenseKey

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

    Styles

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