Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9233541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:34:40+00:00 2026-06-18T06:34:40+00:00

I have different classes inherited from one Interface, all of them are added into

  • 0

I have different classes inherited from one Interface, all of them are added into a OberservableCollection. Could someone explain me how to assign all values of Observablecollection to my Listbox, except of class b.

Suppose (edit):

private void start()
{
    DP = new MyClass();
    this.ListBox.ItemsSource = new ObservableCollection<WInstance>(MyClass.Handler.Instances.OfType<WInstance>());
}

...
class Handler() : INotifyPropertyChanged
{
   public ObservableCollection<HandlerItem> Instances { get; private set; } 
 ...
}

class HandlerItem: INotifyPropertyChanged
{
    public Instance inst { get; private set; } //Instance could be WInstance or CInstance
}

During runtime MyClass receive from remote-Computer some objects of WInstance or CInstance. if i try to solve it with Instances.OfType() it seems that my ItemsSource wount be updated

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:34:41+00:00Added an answer on June 18, 2026 at 6:34 am
    var list = new List<Instance>();
    
    //.. add all items to your list here.
    
    
    ObservableCollection<Instance> OCI = new ObservableCollection<Instance>(list.OfType<classa>());
    // the above will generate a new ObservableCollection which contains all items of type classa from list.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Interface lets say ISendOut which I've inherited two different classes from
I have different values in different classes. I need to insert them in the
I have multiple classes that inherit from one base class, and each class is
I have many different small classes which have a few fields each, e.g. this:
I have a few different classes which origin is a another class. I have
I have a need for two slightly different classes, that have the same members,
I have a page/gsp that displays 3 different classes. This means that I need
I have 2 different group page with 2 look alike classes which using the
I have a header menu and try to define different CSS classes for each
I have classes that are named exactly the same across different plug-ins that I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.