Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridContext Class / CurrentItem Property


In This Topic
    CurrentItem Property (DataGridContext)
    In This Topic
    Gets or sets the context's current data item.
    Syntax
    'Declaration
     
    Public Property CurrentItem As Object
    'Usage
     
    Dim instance As DataGridContext
    Dim value As Object
     
    instance.CurrentItem = value
     
    value = instance.CurrentItem
    public object CurrentItem {get; set;}

    Property Value

    A reference to the context's current item. Can be a null reference (Nothing in Visual Basic) if the current item is not part of the current context.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also