Class DojoWidgetAttribute
Inheritance
System.Object
DojoWidgetAttribute
Assembly: EPiServer.ApplicationModules.dll
Version: 12.0.3
public sealed class DojoWidgetAttribute : Attribute
Constructors
Declaration
public DojoWidgetAttribute()
Properties
Declaration
public string AdditionalOptions { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object DefaultValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public bool Ignore { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LabelTranslationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Type SelectionFactoryType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Declaration
public string WidgetPackage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string WidgetType { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods