using System; using System.Collections.Generic; using System.Text; namespace GenericDisplayCommand.Controls.V1 { public class GridView : ViewGroup { /// <summary> /// how many columns of this grid has. /// </summary> public int NumColumns { get; set; } } }