Skip to main content
A newer version of this page is available.
All docs
V19.1

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

Namespace: DevExpress.XtraReports.Serialization

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

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