Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / PrepareListItemEventArgs Class / ItemData Property


In This Topic
    ItemData Property
    In This Topic
    Gets the data bound to generated ListItem.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemData As Object
    'Usage
     
    Dim instance As PrepareListItemEventArgs
    Dim value As Object
     
    value = instance.ItemData
    public object ItemData {get;}

    Property Value

    The data bound to generated ListItem.
    See Also