Class GridEditorModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class GridEditorModel
Properties
View SourceColumns
Declaration
public int Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Templates
Declaration
public GridEditorTemplateModel[] Templates { get; set; }
Property Value
Type | Description |
---|---|
GridEditorTemplateModel[] |