Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

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

    Namespace: DevExpress.Persistent.Validation

    Assembly: DevExpress.Persistent.Base.v25.1.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