ClassDomExplorerToolbarViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class DomExplorerToolbarViewModel : ViewModelBase
Inheritance: objectDomExplorerToolbarViewModel
Constructors
DomExplorerToolbarViewModel()
Declaration
cs-api-definition
public DomExplorerToolbarViewModel()
Properties
ChangeDomViewModeCommand
Declaration
cs-api-definition
public CommandHandler ChangeDomViewModeCommand { get; }
Property Value
CommandHandler
DismissDomExplorerHintCommand
Declaration
cs-api-definition
public CommandHandler DismissDomExplorerHintCommand { get; }
Property Value
CommandHandler
DisplayHosts
Declaration
cs-api-definition
public ObservableCollection<HostTreeNode> DisplayHosts { get; }
Property Value
IsAddElementsButtonShown
Declaration
cs-api-definition
public bool IsAddElementsButtonShown { get; set; }
Property Value
IsDomExplorerHintDismissed
Declaration
cs-api-definition
public bool IsDomExplorerHintDismissed { get; set; }
Property Value
IsSearchResultNextButtonEnabled
Declaration
cs-api-definition
public bool IsSearchResultNextButtonEnabled { get; set; }
Property Value
IsSearchResultPreviousButtonEnabled
Declaration
cs-api-definition
public bool IsSearchResultPreviousButtonEnabled { get; set; }
Property Value