DrillDownEventArgsGridColumnDetails Property |
|
DataPA OpenAnalytics API Reference
Gets the grid column details that this event is related to.
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 grid column details that this event is related to.
Remarks See Also