Property UseGroupItems
- Namespace
- vdPropertyGrid
- Assembly
- vdPropertyGrid.dll
UseGroupItems
Use this boolean value in order to control if groupd items are going to be added in the combobox of the properties list.
public bool UseGroupItems { get; set; }
Property Value
Remarks
Default value is true which means that groups are used. If a user selects 3 vdCircles and 2 vdLines then at the combobox of the properties list will be available the following options 5 Items (Use this option to select all 5 items and make a change) 3 vdCircle Items (Use this option to select only the vdCircle objects to make a change) 2 vdLine Items (Use this option to select only the vdLine objects to make a change) and then follow the individual items Using the UseGroupItems = true basically enables the 3 vdCirlce and the 2 vdLine items at the combobox. The rest are default.