Table of Contents

Class ProjectBox

Namespace
H.Modules.Project
Assembly
H.Modules.Project.dll
public class ProjectBox : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
ProjectBox
Implements
Inherited Members
Extension Methods

Constructors

ProjectBox()

public ProjectBox()

Fields

GroupByProperty

public static readonly DependencyProperty GroupByProperty

Field Value

DependencyProperty

ProjectsProperty

public static readonly DependencyProperty ProjectsProperty

Field Value

DependencyProperty

SelectedProjectProperty

public static readonly DependencyProperty SelectedProjectProperty

Field Value

DependencyProperty

Properties

GroupBy

public Func<IProjectItem, string> GroupBy { get; set; }

Property Value

Func<IProjectItem, string>

Projects

public IEnumerable<IProjectItem> Projects { get; set; }

Property Value

IEnumerable<IProjectItem>

SelectedProject

public IProjectItem SelectedProject { get; set; }

Property Value

IProjectItem

Methods

OnSelectionChanged(SelectionChangedEventArgs)

Responds to a list box selection change by raising a SelectionChanged event.

protected override void OnSelectionChanged(SelectionChangedEventArgs e)

Parameters

e SelectionChangedEventArgs

Provides data for SelectionChangedEventArgs.

Refresh()

public void Refresh()