PropertyExtensions.Group Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
Overloads
Group(Property) | Gets the name used to group properties in the UI. |
Group(Property |
Gets the name used to group properties in the UI. |
Group(Property)
Gets the name used to group properties in the UI.
public static string Group(this Property prop)
Parameters
- prop
- Property
Returns
System.String
Group(PropertyInfo)
Gets the name used to group properties in the UI.
public static string Group(this PropertyInfo prop)
Parameters
- prop
- System.Reflection.PropertyInfo
Returns
System.String