BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
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; }