DataPA Enterprise Dashboard Controls API Reference
Gets and sets the numeric prefix (text before the data value) that will be used in a data grid.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string numericPrefix { get; set; }
Visual Basic
Public Property numericPrefix As String
	Get
	Set
Visual C++
public:
virtual property String^ numericPrefix {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The numeric prefix (text before the data value) that will be used in a data grid.

Return Value

Type: String
The numeric prefix (text before the data value) that will be used in a data grid.

Remarks