DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public Font DataGridFont { get; set; } |
| Visual Basic |
|---|
Public Property DataGridFont As Font
Get
Set |
| Visual C++ |
|---|
public:
virtual property Font^ DataGridFont {
Font^ get () sealed;
void set (Font^ value) sealed;
} |
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