PropertyInfoSource constructor

namespace: Serenity.PropertyGrid   assemblySerenity.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