using System.Collections.Generic; namespace InABox.DynamicGrid; public class DynamicActionColumns : List<DynamicActionColumn> { }