DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets the numeric suffix (text after the data value) that will be used in a data grid.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string numericSuffix { get; set; } | 
| Visual Basic | 
|---|
Public Property numericSuffix As String
	Get
	Set  | 
| Visual C++ | 
|---|
public:
virtual property String^ numericSuffix {
	String^ get () sealed;
	void set (String^ value) sealed;
} | 
Property Value
Type: 
StringThe numeric suffix (text after the data value) that will be used in a data grid.
Return Value
Type: 
StringThe numeric suffix (text after the data value) that will be used in a data grid.
Remarks
See Also