The ViewCommandsToolBar type exposes the following members.

Constructors

  NameDescription
ViewCommandsToolBar
Initialises a new instance of the ViewCommandsToolBar class.

Methods

  NameDescription
OnApplyTemplate
Called by the framework when a template is applied to the control.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)

Fields

  NameDescription
ClearFilter
A command for clearing the filter in a ViewCommandsToolBar.
ShowAlphaSorted
A command for sorting a PropertyGridBindingView alphabetically by property name.
ShowCategorized
A command for sorting a PropertyGridBindingView by category.
ShowUnsorted
A command for removing all sorting from a PropertyGridBindingView.
TargetProperty
Identifies the Target property.

Properties

  NameDescription
SearchLabelContentKey
Gets the ResourceKey for the content of the "Search" label.
Target
Gets or sets the PropertyGridBindingView whose view is controlled by the toolbar. This is a dependency property.

See Also