Class ItemFieldUiSettingsViewItemBase
Inheritance
ItemFieldUiSettingsViewItemBase
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public abstract class ItemFieldUiSettingsViewItemBase
Properties
Maximum number of rows to be displayed in the List view.
Declaration
[JsonProperty("maxListRows", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? MaxListRows { get; set; }
Property Value
Maximum number of rows to be displayed in the Thumbnail views.
Declaration
[JsonProperty("maxThumbRows", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? MaxThumbRows { get; set; }
Property Value
Whether related content should be shown in UI download dialog
Declaration
[JsonProperty("showRelatedContentOnDownload", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? ShowRelatedContentOnDownload { get; set; }
Property Value
The view to be used when rendering the field.
Declaration
[JsonProperty("view", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public ItemFieldViewMode View { get; set; }
Property Value
Methods
Declaration
public static ItemFieldUiSettingsViewItemBase FromJson(string data)
Parameters
Returns