Class DomExplorerToolbarViewModel
Inheritance
System.Object
DomExplorerToolbarViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DomExplorerToolbarViewModel : ViewModelBase
Constructors
DomExplorerToolbarViewModel()
Declaration
public DomExplorerToolbarViewModel()
Properties
ChangeDomViewModeCommand
Declaration
public CommandHandler ChangeDomViewModeCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
CheckBoxesTreeMode
Declaration
public bool CheckBoxesTreeMode { get; set; }
Property Value
System.Boolean
|
DismissDomExplorerHintCommand
Declaration
public CommandHandler DismissDomExplorerHintCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
DisplayHosts
Declaration
public ObservableCollection<HostTreeNode> DisplayHosts { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<HostTreeNode>
|
DomViewMode
IsAddElementsButtonShown
Declaration
public bool IsAddElementsButtonShown { get; set; }
Property Value
System.Boolean
|
IsDomExplorerHintDismissed
Declaration
public bool IsDomExplorerHintDismissed { get; set; }
Property Value
System.Boolean
|
IsDomExplorerHintShown
Declaration
public bool IsDomExplorerHintShown { get; }
Property Value
System.Boolean
|
IsDomTreeFrozen
Declaration
public bool IsDomTreeFrozen { get; set; }
Property Value
System.Boolean
|
IsDomViewModeHierarchal
Declaration
public bool IsDomViewModeHierarchal { get; }
Property Value
System.Boolean
|
IsSearchResultNextButtonEnabled
Declaration
public bool IsSearchResultNextButtonEnabled { get; set; }
Property Value
System.Boolean
|
IsSearchResultPreviousButtonEnabled
Declaration
public bool IsSearchResultPreviousButtonEnabled { get; set; }
Property Value
System.Boolean
|
IsSingleHostAvailable
Declaration
public bool IsSingleHostAvailable { get; }
Property Value
System.Boolean
|
SearchText
Declaration
public string SearchText { get; set; }
Property Value
System.String
|
ToolbarFullMode
Declaration
public bool ToolbarFullMode { get; set; }
Property Value
System.Boolean
|
Events
DomViewModeChanged
SearchTextChanged
Declaration
public event Action<string> SearchTextChanged
Event Type
System.Action<System.String>
|