DataPA Enterprise Dashboard Controls API Reference 
        
 Gets the format string for a given column in this drill down.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string this[
	string ColumnName
] { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property ColumnFormat ( 
	ColumnName As String
) As String
	Get  | 
| Visual C++ | 
|---|
public:
virtual property String^ ColumnFormat[String^ ColumnName] {
	String^ get (String^ ColumnName) sealed;
} | 
Parameters
- ColumnName
 - Type: System..::..String
The column you widh to retrieve the format of. 
Return Value
Type: 
StringThe format string for a given column in this drill down.
Remarks
See Also