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.Type
type
|
|
System.Object
defaultStyleKey
|
Properties
ControlStyleKey
Declaration
public object ControlStyleKey { get; }
Property Value
|
System.Object
|
ControlType
Declaration
public Type ControlType { get; }
Property Value
|
System.Type
|