View Source
Class PropertyEditorBasic
Defines an available property editor to be able to select for a data type
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PropertyEditorBasic : object
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|