Interface ITabbedContent<T>
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.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 |
---|---|
IEnumerable<Tab<T>> |