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