Class
TestListTabModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.TestLists

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestListTabModel : DependencyObject

Inheritance: objectDispatcherObjectDependencyObjectTestListTabModel

Inherited Members DependencyObject.Equals(object)DependencyObject.GetHashCode()DependencyObject.GetValue(DependencyProperty)DependencyObject.SetValue(DependencyProperty, object)DependencyObject.SetCurrentValue(DependencyProperty, object)DependencyObject.SetValue(DependencyPropertyKey, object)DependencyObject.ClearValue(DependencyProperty)DependencyObject.ClearValue(DependencyPropertyKey)DependencyObject.CoerceValue(DependencyProperty)DependencyObject.InvalidateProperty(DependencyProperty)DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)DependencyObject.ShouldSerializeProperty(DependencyProperty)DependencyObject.ReadLocalValue(DependencyProperty)DependencyObject.GetLocalValueEnumerator()DependencyObject.DependencyObjectTypeDependencyObject.IsSealedDispatcherObject.Dispatcher

Constructors

TestListTabModel()

Declaration

cs-api-definition
public TestListTabModel()

Fields

BindObjectProperty

Declaration

cs-api-definition
public static DependencyProperty BindObjectProperty

Field Value

DependencyProperty

Properties

BindObject

Declaration

cs-api-definition
public object BindObject { get; set; }

Property Value

object

Header

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

UsePropertyGrid

Declaration

cs-api-definition
public bool UsePropertyGrid { get; set; }

Property Value

bool

Events

ValidationChanged

Declaration

cs-api-definition
public event Action<bool> ValidationChanged

Event Value

Action<bool>