FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RowDetailsApplyingEventArgs Class / DataObject Property

In This Topic
    DataObject Property (RowDetailsApplyingEventArgs)
    In This Topic
    Gets the index of the row that caused the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataObject As Object
    public object DataObject {get;}
    See Also