Skip to main content

ExportSettings.GetBookmark(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static string GetBookmark(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

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

Returns

Type Description
String

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

See Also