Class ControlTextEditorData
Inherited Members
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> |