DocumentViewerControl.GetBarItemName(DependencyObject) Method
In This Article
Gets the value of the DocumentViewerControl.BarItemName attached property from a given object.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public static string GetBarItemName(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Document |
#Returns
Type | Description |
---|---|
String | A string value that specifies the value of the Document |
See Also