The index of the EditPanel tab that is to be shown by default when clicking a page in the editmode pagetree.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[IntegerValidatorAttribute(MinValue = , MaxValue = )] [ManagerTabAttribute(ManagerTab.Advanced)] [ConfigurationPropertyAttribute("uiDefaultPanelTab", DefaultValue = , IsRequired = false)] public int UIDefaultPanelTab { get; set; } |
Remarks
The value of this property is used as an zero-based index in an array of EditPanel tabs.
For example, all pages in a default installation of the example will have the following tabs:
Tab name Index
View 0
Edit 1
Version list 2