WPF

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

    Show / Hide Table of Contents

    Class CustomItemsControl

    Class Represents the custom Items control

    Inheritance
    System.Object
    CustomItemsControl
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class CustomItemsControl : ItemsControl

    Constructors

    CustomItemsControl()

    Declaration
    public CustomItemsControl()

    Fields

    PathProperty

    Using a DependencyProperty as the backing store for Path. This enables animation, styling, binding data etc...

    Declaration
    public static readonly DependencyProperty PathProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Path

    Gets or sets the path.

    Declaration
    public ContentControl Path { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.ContentControl

    The path param value.

    Methods

    OnItemsSourceChanged(IEnumerable, IEnumerable)

    Called when the System.Windows.Controls.ItemsControl.ItemsSource property changes.

    Declaration
    protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
    Parameters
    Type Name Description
    System.Collections.IEnumerable oldValue

    Old value of the System.Windows.Controls.ItemsControl.ItemsSource property.

    System.Collections.IEnumerable newValue

    New value of the System.Windows.Controls.ItemsControl.ItemsSource property.

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