Gets or sets the background color for the control.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public override Color BackColor { get; set; }
Visual Basic
Public Overrides Property BackColor As Color
	Get
	Set
Visual C++
public:
virtual property Color BackColor {
	Color get () override;
	void set (Color value) override;
}
F#
abstract BackColor : Color with get, set
override BackColor : Color with get, set

Property Value

Type: Color

Return Value

Type: Color
A Color that represents the background color of the Grid. The default is the value of the Preferences.Grid.BackColor property.

See Also