DataPA Enterprise Dashboard Controls API Reference
Gets and sets the colour of the text used for this data grid if DataGridUseBespokeFont is true.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Color DataGridTextColor { get; set; }
Visual Basic
Public Property DataGridTextColor As Color
	Get
	Set
Visual C++
public:
virtual property Color DataGridTextColor {
	Color get () sealed;
	void set (Color value) sealed;
}

Property Value

Type: Color
The colour of the text used for this data grid if DataGridUseBespokeFont is true.

Return Value

Type: Color
The colour of the text used for this a data grid if DataGridUseBespokeFont is true.

Remarks