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

ExportSettings.GetBookmarkParentName(DependencyObject) Method

Gets the value of the ExportSettings.BookmarkParentName attached property for a specified element.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public static string GetBookmarkParentName(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A FrameworkElement object whose ExportSettings.BookmarkParentName property’s value is to be returned.

Returns

Type Description
String

The value of the ExportSettings.BookmarkParentName property for the specified element.

See Also