Class ControlInfo
Assembly: DataWeb.Core.dll
Syntax
Properties
Actions
Declaration
public List<ContextActionInfo> Actions { get; set; }
Property Value
CustomControlComponent
Declaration
public string CustomControlComponent { get; set; }
Property Value
CustomControlOptions
Declaration
public object CustomControlOptions { get; set; }
Property Value
DataType
Declaration
public string DataType { get; set; }
Property Value
DefaultValue
Declaration
public object DefaultValue { get; set; }
Property Value
Events
Declaration
public List<ControlInfo.Event> Events { get; set; }
Property Value
FileMaxCount
Declaration
public int? FileMaxCount { get; set; }
Property Value
Group
Declaration
public string Group { get; set; }
Property Value
IsDataField
Declaration
public bool IsDataField { get; set; }
Property Value
IsLateDataBinding
Declaration
public bool IsLateDataBinding { get; set; }
Property Value
IsLocalization
Declaration
public bool IsLocalization { get; set; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
IsVersionLinked
Declaration
public bool IsVersionLinked { get; set; }
Property Value
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
StylePath
Declaration
public string StylePath { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value