Interface ITabbedContent<T>
Namespace: Umbraco.Web.Models.ContentEditing
Assembly: Umbraco.Web.dll
Syntax
public interface ITabbedContent<T>
where T : ContentPropertyBasic
Type Parameters
Name | Description |
---|---|
T |
Properties
View SourceTabs
Declaration
IEnumerable<Tab<T>> Tabs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Tab<T>> |