Method SortChildren
SortChildren(IPropertyGridItem, bool)
Sorts children of a property.
public virtual void SortChildren(IPropertyGridItem prop, bool recurse = false)
Parameters
prop
IPropertyGridItemProperty item.
recurse
booltrue
to perform recursive sorting,false
otherwise.