Method CreateProps
CreateProps(IPropertyGrid)
Creates properties to show in PropertyGrid.
public abstract IEnumerable<IPropertyGridItem> CreateProps(IPropertyGrid propGrid)
Parameters
propGrid
IPropertyGridUse this PropertyGrid instance to create properties.
Returns
- IEnumerable<IPropertyGridItem>
List of created properties.