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. |