DocumentViewerControl.SetBarItemName(DependencyObject, String) Method
In This Article
Sets the value of the DocumentViewerControl.BarItemName attached property for a given object.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public static void SetBarItemName(
DependencyObject d,
string value
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object for which the Document |
value | String | A string value that specifies the value to be assigned to the Document |
See Also