Class TestListTabModel
Inheritance
System.Object
TestListTabModel
Namespace: ArtOfTest.WebAii.Design.UI.TestLists
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestListTabModel : DependencyObject
Constructors
TestListTabModel()
Declaration
public TestListTabModel()
Fields
BindObjectProperty
Declaration
public static DependencyProperty BindObjectProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BindObject
Declaration
public object BindObject { get; set; }
Property Value
System.Object
|
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
UsePropertyGrid
Declaration
public bool UsePropertyGrid { get; set; }
Property Value
System.Boolean
|
Events
ValidationChanged
Declaration
public event Action<bool> ValidationChanged
Event Type
System.Action<System.Boolean>
|