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

DocumentCommandProvider.SelectToolCommand Property

Returns a command that sets the cursor mode to select tool.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public ICommand SelectToolCommand { get; protected set; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

See Also