ToolBar
RadPropertyGrid offers a toolbar with out of the box functionality, which appears on the top of the control. This toolbar contains predefined functions to sort the items, to group the items or to filter them by a string entered in the text box. You can enable this tool bar by setting the ToolBarVisible property to true:
Enabling the Toolbar
Figure 1: Toolbar
You can set the predefined filter operator and property by making use of the following properties:
Customizing Default Filtering
The toolbar consists of a StackLayoutPanel, which allow you to easily add additional elements or modify the existing once. You can access the existing items as follows:
Accessing Toolbar Elements
If you want to add a new element in the toolbar, just add it to the Children collection of ToolbarElement:
Add Element to Toolbar
Figure 2: Add Element to Toolbar