ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / Current Property

In This Topic
    Current Property
    In This Topic
    Returns the current C1ViewRow of the System.Windows.Forms.CurrencyManager that services this C1DataView.
    Syntax
    'Declaration
     
    Public ReadOnly Property Current As C1ViewRow
    public C1ViewRow Current {get;}
    See Also