Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Tabs

    Declaration
    IEnumerable<Tab<T>> Tabs { get; }
    Property Value
    Type Description
    IEnumerable<Tab<T>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Tabs
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX