Defines the height of the editor in edit mode
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("uiEditorHeight", DefaultValue = , IsRequired = false)] [IntegerValidatorAttribute(MinValue = , MaxValue = )] [ManagerTabAttribute(ManagerTab.Editor)] public int UIEditorHeight { get; set; } |