Table of Contents

Method OpenGroup

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

OpenGroup(string)

Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system. Note: the ChangeGroup applies to the whole DesignContext, not just to this item!

public ChangeGroup OpenGroup(string changeGroupTitle)

Parameters

changeGroupTitle string

Returns

ChangeGroup