Gets of sets value indicated whether background color must be imported.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property BackColor As Boolean
C#
public bool BackColor { get; set; }
Visual C++
public:
property bool BackColor {
	bool get ();
	void set (bool value);
}
JavaScript
function get_backColor();
function set_backColor(value);

See Also