DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlInfo

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

    Properties

    Actions

    Declaration
    public List<ContextActionInfo> Actions { get; set; }
    Property Value
    Type Description
    List<ContextActionInfo>

    CustomControlComponent

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

    CustomControlOptions

    Declaration
    public object CustomControlOptions { get; set; }
    Property Value
    Type Description
    object

    DataType

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

    DefaultValue

    Declaration
    public object DefaultValue { get; set; }
    Property Value
    Type Description
    object

    Events

    Declaration
    public List<ControlInfo.Event> Events { get; set; }
    Property Value
    Type Description
    List<ControlInfo.Event>

    FileMaxCount

    Declaration
    public int? FileMaxCount { get; set; }
    Property Value
    Type Description
    int?

    Group

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

    IsDataField

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

    IsLateDataBinding

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

    IsLocalization

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

    IsReadOnly

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

    IsRequired

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

    IsVersionLinked

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

    IsVisible

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

    Name

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

    StylePath

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

    Title

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

    Type

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

    Value

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