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

DefaultPdfBarManagerItemNames.SelectTool Field

Returns the bSelectTool string. Identifies the Select tool item in a document’s context menu, which enables you to select the document content.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public const string SelectTool = "bSelectTool"

Field Value

Type Description
String

bSelectTool

See Also