Skip to main content

DescriptionSet.TryGetProperties(String, out String[]) Method

Tries to return favorite properties for the specified report element.

Namespace: DevExpress.XtraReports.FavoriteProperties

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool TryGetProperties(
    string component,
    out string[] properties
)

Parameters

Name Type Description
component String

A String that specified the name of the report element whose favorite properties should be returned.

properties String[]

An array of String objects that specify favorite property names.

Returns

Type Description
Boolean

true, if favorite properties has been successfully restored; otherwise, false.

Remarks

See the following topics for more information about using and customizing favorite properties:

See Also