Skip to main content

IPreviewModel.CursorService Property

Specifies the service that is used to customize the mouse pointer settings on the client.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

ICursorService CursorService { get; set; }

Property Value

Type Description
ICursorService

An object implementing the ICursorService interface.

See Also