View Source
Class GridConfiguration
Represents the configuration for the grid value editor.
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class GridConfiguration : IIgnoreUserStartNodesConfig
Properties
View Source
IgnoreUserStartNodes
Declaration
public bool IgnoreUserStartNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Items
Declaration
public JObject? Items { get; set; }
Property Value
Type |
Description |
System.Nullable<JObject> |
|
View Source
Declaration
public GuidUdi MediaParentId { get; set; }
Property Value
View Source
Rte
Declaration
public JObject? Rte { get; set; }
Property Value
Type |
Description |
System.Nullable<JObject> |
|