Table of Contents
BackColor Property

Gets or sets background color of top level group.

Syntax
 public override Color BackColor { get; set; }

Property Value

System.Drawing.Color

The background color of top level group. This property is read/write.

Remarks

This property specified background color of top level group.

See Also