DrillDownEventArgsGridRowDetails Property |
|
DataPA OpenAnalytics API Reference
Gets the grid column details for the grid ow that this event is related to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDownGridRowDetails GridRowDetails { get; }
Public ReadOnly Property GridRowDetails As DrillDownGridRowDetails
Get
public:
virtual property DrillDownGridRowDetails^ GridRowDetails {
DrillDownGridRowDetails^ get () sealed;
}
function get_GridRowDetails();
Return Value
Type:
DrillDownGridRowDetailsThe grid column details for the grid ow that this event is related to.
Remarks See Also