using System; namespace CPF.ReoGrid.Common { public enum ActionBehavior { Do, Redo, Undo } }