DashboardObjectDataGridFont Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the bespoke font that will be used to render this datagrid if DataGridUseBespokeFont is true.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Font DataGridFont { get; set; }
Public Property DataGridFont As Font
Get
Set
public:
virtual property Font^ DataGridFont {
Font^ get () sealed;
void set (Font^ value) sealed;
}
function get_DataGridFont();
function set_DataGridFont(value);
Property Value
Type:
FontThe bespoke font that will be used to render this datagrid if DataGridUseBespokeFont is true.
Return Value
Type:
FontThe bespoke font that will be used to render this datagrid if DataGridUseBespokeFont is true.
Remarks See Also