PreviewModelBase.InputController Property
In This Article
Provides access to an object that stores keyboard and mouse shortcuts corresponding to appropriate Report Designer commands.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public virtual InputController InputController { get; }
#Property Value
Type | Description |
---|---|
Input |
An Input |
#Implements
See Also