DrillDownRequestEventArgsgridRowDetails Property |
|
DataPA OpenAnalytics API Reference
Gets the grid row details that defines the columns that make up the row 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 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 details that defines the drill down.
Remarks See Also