View Source
Class GridValue.GridControl
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
Properties
View Source
Config
Declaration
public JToken? Config { get; set; }
Property Value
Type |
Description |
System.Nullable<JToken> |
|
View Source
Editor
Declaration
public GridValue.GridEditor Editor { get; set; }
Property Value
View Source
Styles
Declaration
public JToken? Styles { get; set; }
Property Value
Type |
Description |
System.Nullable<JToken> |
|
View Source
Value
Declaration
public JToken? Value { get; set; }
Property Value
Type |
Description |
System.Nullable<JToken> |
|