Back to Devexpress

IPrintable.AcceptChanges() Method

windowsforms-devexpress-dot-xtraprinting-dot-iprintable-853da035.md

latest1.3 KB
Original Source

IPrintable.AcceptChanges() Method

If implemented by a class, applies all changes made by the Property editor when implemented by a class.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
void AcceptChanges()
vb
Sub AcceptChanges

Remarks

The AcceptChanges method applies all property changes a user has made using the Property editor. See the IPrintable.PropertyEditorControl property for more information.

See Also

RejectChanges()

IPrintable Interface

IPrintable Members

DevExpress.XtraPrinting Namespace