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

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.v19.2.dll

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