Esempio n. 1
0
        private void OLVCars_BeforeCreatingGroups(object sender, BrightIdeasSoftware.CreateGroupsEventArgs e)
        {
            this.olvColumn1.MakeGroupies(new string[] { "Jeep", "Mazda" }, new string[] { "Car", "Cool Car", "Dumb Car" },
                                         new string[] { "not", "hamburger", "toast" },
                                         new string[] { "Pay good money -- or flee the house -- rather than eat their homecooked food",
                                                        "Offer to buy takeaway rather than risk what may appear on your plate",
                                                        "Neither spectacular nor dangerous" },
                                         new string[] { "", "Open calendar", "Check bank balance" });

            OLVCars.UseAlternatingBackColors = true;
            OLVCars.ShowItemCountOnGroups    = true;
        }
Esempio n. 2
0
 private void OLVCars_AfterCreatingGroups(object sender, BrightIdeasSoftware.CreateGroupsEventArgs e)
 {
 }