Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridValue.GridSection

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class GridSection

    Properties

    View Source

    Grid

    Declaration
    public string Grid { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Rows

    Declaration
    public IEnumerable<GridValue.GridRow> Rows { get; set; }
    Property Value
    Type Description
    IEnumerable<GridValue.GridRow>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Grid
      • Rows
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX