Class TemplateNotAppliedException
Inheritance
System.Object
TemplateNotAppliedException
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TemplateNotAppliedException : Exception
Constructors
TemplateNotAppliedException(Type, Object)
Declaration
public TemplateNotAppliedException(Type type, object defaultStyleKey)
Parameters
System.
|
System.
|
Properties
ControlStyleKey
Declaration
public object ControlStyleKey { get; }
Property Value
System.
|
ControlType
Declaration
public Type ControlType { get; }
Property Value
System.
|