The list control which shows the list of already built apps or the warnings and errors of the
app which will be currently build.
View code on GitHub
AppBuilderInfoListView
Inheritance Hierarchy
System.Windows.Threading DispatcherObject
System.Windows DependencyObject
System.Windows.Media Visual
System.Windows UIElement
System.Windows FrameworkElement
System.Windows.Controls Control
System.Windows.Controls ContentControl
System.Windows.Controls UserControl
DeltaEngine.Editor.AppBuilder AppBuilderInfoListView
Namespace: DeltaEngine.Editor.AppBuilder
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The AppBuilderInfoListView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppBuilderInfoListView | Initializes a new instance of the AppBuilderInfoListView class |
Methods
Name | Description | |
---|---|---|
FocusBuildMessagesList | ||
FocusBuiltAppsList | ||
InitializeComponent |
InitializeComponent
View code on GitHub |
Properties
Name | Description | |
---|---|---|
AppListViewModel | ||
IsBuildMessagesListFocused | ||
IsBuiltAppsListFocused | ||
MessagesViewModel |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponentConnector Connect |
See Also