Class BindingOption
Inheritance
System.Object
BindingOption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BindingOption
Constructors
BindingOption()
Declaration
public BindingOption()
Properties
DataColumnIndex
Declaration
public int DataColumnIndex { get; set; }
Property Value
System.Int32
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
OptionType
Parent
Declaration
public object Parent { get; set; }
Property Value
System.Object
|