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
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
Target
Gets or sets the PropertyGridBindingView whose view is controlled by the toolbar. This is a dependency property.

See Also