DrillDownRequestEventArgsgridColumnDetails Property |
|
DataPA OpenAnalytics API Reference
Gets the grid column details that defines the column clicked in the grid to fire the drill down.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDownGridColumnDetails gridColumnDetails { get; }
Public ReadOnly Property gridColumnDetails As DrillDownGridColumnDetails
Get
public:
virtual property DrillDownGridColumnDetails^ gridColumnDetails {
DrillDownGridColumnDetails^ get () sealed;
}
function get_gridColumnDetails();
Return Value
Type:
DrillDownGridColumnDetailsThe details that defines the drill down.
Remarks See Also