Skip to main content

ReportDesignerViewModel.CursorService Property

Specifies a WCF service that provides cursor settings for various report editing actions.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public override ICursorService CursorService { get; set; }

#Property Value

Type Description
ICursorService

An object implementing the ICursorService interface.

See Also