Yes it works fine but I want to use for example IsSelected property, so I want to Device class inherit after ListViewItem.
And when I do that Items are created but they don`t have any content.
publicclassDevice : ListViewItem
{
publicint ID { get; set; }
publicstring Address { get; set; }
publicstring Description { get; set; }
}