New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.private void Form1_Load(object sender, System.EventArgs e) { this.gridControl1.ListBoxSelectionMode = SelectionMode.MultiExtended; this.gridControl1.BaseStylesMap["Row Header"].StyleInfo.Enabled = false; this.gridControl1.ColStyles[2].Enabled = false; this.gridControl1.ColStyles[2].BackColor = Color.Gray; }