public static object GetItemsPerRow(IListingPageBase that) => that.Value("itemsPerRow");
 /// <summary>Static getter for Items Per Row</summary>
 public static object GetItemsPerRow(IListingPageBase that)
 {
     return(that.GetPropertyValue("itemsPerRow"));
 }
 public static Umbraco.Core.PropertyEditors.ValueConverters.ColorPickerValueConverter.PickedColor GetBackgroundColor(IListingPageBase that) => that.Value <Umbraco.Core.PropertyEditors.ValueConverters.ColorPickerValueConverter.PickedColor>("backgroundColor");