RuleBase.GetPropertyValue<T>(String, Func<T>, Boolean) Method
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
| Name | Type |
|---|---|
| propertyName | String |
| getValue | Func<T> |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| isLocalizable | Boolean | False |
Type Parameters
| Name |
|---|
| T |
Returns
| Type |
|---|
| T |
See Also