Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data Namespace / DataItem Class
Members


In This Topic
    DataItem Class
    In This Topic
    Class that wraps a data item.
    Syntax
    'Declaration
     
    Public Class DataItem 
    'Usage
     
    Dim instance As DataItem
    public class DataItem 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Data.DataItem
          Xceed.Wpf.Data.HeaderFooterDataItem

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the DataItem class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets an object representing the data item to wrap.  
    Public PropertyGets a value indicating if the data item is loaded.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object is equal to the current instance.  
    Public MethodReturns the hash code for the current instance.  
    Public MethodRetrieves the string representation of the current instance.  
    Top
    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