Search Results for

    Show / Hide Table of Contents

    Class GridValue.GridSection

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

    Properties

    Grid

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

    Rows

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