Search
GridRowEventArgs.Row Property
See Also
 





Gets the row associated with the event.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public GridRow Row { get; }

Visual Basic  Copy Code

Public ReadOnly Property Row As GridRow

 Property Value

 See Also