Skip to main content
All docs
V23.2
.NET 6.0+

RuleBase.GetPropertyValue<T>(String, Func<T>, Boolean) Method

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

[Browsable(false)]
public T GetPropertyValue<T>(
    string propertyName,
    Func<T> getValue,
    bool isLocalizable = false
)

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