DataPA Enterprise Dashboard Controls API Reference 
        
 Gets the name of the column selected in the last drill down.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string ColumnName { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property ColumnName As String
	Get  | 
| Visual C++ | 
|---|
public:
virtual property String^ ColumnName {
	String^ get () sealed;
} | 
Return Value
Type: 
StringThe name of the column selected in the last drill down.
Remarks
See Also