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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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