Class ControlInfo.Event
Inheritance
ControlInfo.Event
Assembly: DataWeb.Core.dll
Syntax
public class ControlInfo.Event
Properties
Condition
Declaration
public string Condition { get; set; }
Property Value
IsKeepValueOnHidden
Declaration
public bool IsKeepValueOnHidden { get; set; }
Property Value
ReferenceNames
Declaration
public List<string> ReferenceNames { get; set; }
Property Value
ReferenceValues
Declaration
public List<string> ReferenceValues { get; set; }
Property Value
TargetNames
Declaration
public List<string> TargetNames { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value