A control which encapsulates common PropertyGridBindingView view manipulation code.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[TemplatePartAttribute(Name = "PART_FilterText", Type = typeof(TextBox))]
public class ViewCommandsToolBar : Control
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_FilterText", Type := GetType(TextBox))> _
Public Class ViewCommandsToolBar _
	Inherits Control

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
              Mindscape.WpfElements.WpfPropertyGrid..::.ViewCommandsToolBar

See Also