Skip to main content

EditorServices.ChangeService Property

Returns a service that maintains all changes executed by a user.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public IChangeService ChangeService { get; }

#Property Value

Type Description
IChangeService

An object implementing the IChangeService interface. (Typically, it is a ChangeService object.)

See Also