PreviewModelBase.CursorService Property
In This Article
Specifies the service that is used to customize the mouse pointer settings on the client.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public virtual ICursorService CursorService { get; set; }
#Property Value
Type | Description |
---|---|
ICursor |
An object implementing the ICursor |
#Implements
See Also