Enum PropertyGridGroupMode
- Namespace
- Alternet.FormDesigner.Wpf.PropertyGrid
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Specifies ways how the property grid can group control properties.
public enum PropertyGridGroupMode
Fields
GroupByCategorys = 1
Group by categories.
GroupByPopularCategorys = 0
Group by popular categories.
Ungrouped = 2
No grouping.