Skip to main content
A newer version of this page is available. .

ReportDesigner.GetDocumentSelector(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public static object GetDocumentSelector(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

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

Returns

Type Description
Object

An object associated with the specified object.

See Also