Gets or sets the background color for this Section.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(typeof(Color), "White")]
public Color BackColor { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(Color), "White")> _
Public Property BackColor As Color
	Get
	Set

Remarks

The default value for this property is 'White'.

See Also