PropertyInfoSource constructor
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Entity
Initializes a new instance of the PropertyInfoSource class.
public PropertyInfoSource(PropertyInfo property, IRow basedOnRow)
| parameter | description |
|---|---|
| property | The property. |
| basedOnRow | The based on row. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | property |
See Also
- interface IRow
- class PropertyInfoSource