WPF

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

    Show / Hide Table of Contents

    Class AutoTemplatedItemsControl

    Class used to create items control that uses some other type as it's default style key. Useful when element can not have template itself and it's internal classes should not be visible to user.

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

    Constructors

    AutoTemplatedItemsControl(Type)

    Initializes a new instance of the AutoTemplatedItemsControl class.

    Declaration
    public AutoTemplatedItemsControl(Type keyType)
    Parameters
    Type Name Description
    System.Type keyType

    Type of the key.

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