Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItem Class / UserData Property

In This Topic
    UserData Property (RenderInputComboBoxItem)
    In This Topic
    Gets or sets arbitrary user data associated with the current item.
    Syntax
    'Declaration
     
    Public Property UserData As Object
    public object UserData {get; set;}
    See Also