DashboardObjectDataGridTextColor Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the colour of the text used for this data grid if DataGridUseBespokeFont is true.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Color DataGridTextColor { get; set; }
Public Property DataGridTextColor As Color
Get
Set
public:
virtual property Color DataGridTextColor {
Color get () sealed;
void set (Color value) sealed;
}
function get_DataGridTextColor();
function set_DataGridTextColor(value);
Property Value
Type:
ColorThe colour of the text used for this data grid if DataGridUseBespokeFont is true.
Return Value
Type:
ColorThe colour of the text used for this a data grid if DataGridUseBespokeFont is true.
Remarks See Also