DataPA Enterprise Dashboard Controls API Reference
Gets the grid column details that defines the column clicked in the grid to fire the drill down.

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

Syntax

C#
public DrillDownGridColumnDetails gridColumnDetails { get; }
Visual Basic
Public ReadOnly Property gridColumnDetails As DrillDownGridColumnDetails
	Get
Visual C++
public:
virtual property DrillDownGridColumnDetails^ gridColumnDetails {
	DrillDownGridColumnDetails^ get () sealed;
}

Return Value

Type: DrillDownGridColumnDetails
The details that defines the drill down.

Remarks