Skip to main content

ReportDesigner.GetDesigner(DependencyObject) Method

Gets the value of the ReportDesigner.Designer attached property from a given object.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public static ReportDesigner GetDesigner(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

An object whose ReportDesigner.Designer property value should be returned.

Returns

Type Description
ReportDesigner

A ReportDesigner object associated with the specified object.

See Also