[]
Gets or sets a value indicating whether the control should use an off-screen buffer when painting to redue flicker.
[Browsable(false)]
public bool DoubleBuffer { get; set; }
Setting this value to False may cause the grid to flicker when the control is painting.
You may want to set DoubleBuffer to False to increase performance when deploying applications that run on terminal servers.