DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets the colour of the text used for this column in a data grid if DataGridUseBespokeFont is true.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: 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: 
ColorThe colour of the text used for this column in a data grid if DataGridUseBespokeFont is true.
Return Value
Type: 
ColorThe colour of the text used for this column in a data grid if DataGridUseBespokeFont is true.
Remarks
See Also