Represents an expander control that may be used to expand and collapse a summary task item.
TaskExpander

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public class TaskExpander : ToggleButton, 
	IComponentConnector
Visual Basic (Declaration)
Public Class TaskExpander _
	Inherits ToggleButton _
	Implements IComponentConnector

Inheritance Hierarchy

System..::.Object
  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.Primitives..::.ButtonBase
                  System.Windows.Controls.Primitives..::.ToggleButton
                    DlhSoft.Windows.Controls..::.TaskExpander

See Also