Class AutoTemplatedContentControl
Class used to create 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
    AutoTemplatedContentControl
  Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class AutoTemplatedContentControl : ContentControlConstructors
AutoTemplatedContentControl(Type)
Initializes a new instance of the AutoTemplatedContentControl class.
Declaration
public AutoTemplatedContentControl(Type keyType)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Type | keyType | Specifies type to be set as a style key. |