DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlInfo.Event

    Inheritance
    object
    ControlInfo.Event
    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 ControlInfo.Event

    Properties

    Condition

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

    IsKeepValueOnHidden

    Declaration
    public bool IsKeepValueOnHidden { get; set; }
    Property Value
    Type Description
    bool

    ReferenceNames

    Declaration
    public List<string> ReferenceNames { get; set; }
    Property Value
    Type Description
    List<string>

    ReferenceValues

    Declaration
    public List<string> ReferenceValues { get; set; }
    Property Value
    Type Description
    List<string>

    TargetNames

    Declaration
    public List<string> TargetNames { get; set; }
    Property Value
    Type Description
    List<string>

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX