WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ObservableFrameworkElements

    Show / Hide Table of Contents

    Class ObservableFrameworkElements

    This class represents ObservableFrameworkElements of System.Windows.FrameworkElement instances.

    Inheritance
    System.Object
    ObservableFrameworkElements
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class ObservableFrameworkElements : ObservableCollection<FrameworkElement>

    Constructors

    ObservableFrameworkElements()

    Declaration
    public ObservableFrameworkElements()

    Methods

    AddRange(IEnumerable<FrameworkElement>)

    Adds the range.

    Declaration
    public void AddRange(IEnumerable<FrameworkElement> list)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<System.Windows.FrameworkElement> list

    The list with framework element type.

    CopyTo(List<FrameworkElement>)

    Copies to.

    Declaration
    public void CopyTo(List<FrameworkElement> list)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Windows.FrameworkElement> list

    The list with framework element type.

    GetCopy()

    Gets the copy.

    Declaration
    public ObservableFrameworkElements GetCopy()
    Returns
    Type Description
    ObservableFrameworkElements

    Returns copy from items collection.

    RemoveRange(IEnumerable<FrameworkElement>)

    Removes the range.

    Declaration
    public void RemoveRange(IEnumerable<FrameworkElement> list)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<System.Windows.FrameworkElement> list

    The list with framework element type.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved