Skip to main content
A newer version of this page is available.
All docs
V18.2

XtraPropertyInfoExtensions.TryGetChildPropertyValue(XtraPropertyInfo, String, out String) Method

Namespace: DevExpress.XtraReports.Serialization

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public static bool TryGetChildPropertyValue(
    this XtraPropertyInfo propertyInfo,
    string name,
    out string value
)

Parameters

Name Type
propertyInfo DevExpress.Utils.Serializing.Helpers.XtraPropertyInfo
name String
value String

Returns

Type
Boolean
See Also